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

    pass