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