id_translation.dio.exceptions#
Data structure IO exceptions.
Exceptions
|
Base class for IO exceptions. |
Exception indicating that a type cannot be translated in-place. |
|
Exception indicating that a type cannot be translated. |
- exception NotInplaceTranslatableError(arg)[source]#
Bases:
DataStructureIOErrorException indicating that a type cannot be translated in-place.
- Parameters:
arg – Something that can’t be translated inplace.
- exception UntranslatableTypeError(t)[source]#
Bases:
DataStructureIOErrorException indicating that a type cannot be translated.
- Parameters:
t – A type.