Raised when a type cannot be safely serialized.
| 37 | |
| 38 | |
| 39 | class SerializationError(Exception): |
| 40 | """Raised when a type cannot be safely serialized.""" |
| 41 | |
| 42 | pass |
| 43 | |
| 44 | |
| 45 | class SafeSerializer: |
no outgoing calls
no test coverage detected
searching dependent graphs…