File size: 117 Bytes
1a5d173 | 1 2 3 4 5 | class SerializationSetupError(ValueError):
"""Raised when a serializers cannot be set up correctly."""
pass
|
1a5d173 | 1 2 3 4 5 | class SerializationSetupError(ValueError):
"""Raised when a serializers cannot be set up correctly."""
pass
|