Source code for testoot.exceptions


[docs]class UnserializableTypeError(ValueError): """ Unserializable type exception """ pass