Data structure I 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. |
Bases: RuntimeError
Base class for IO exceptions.
Bases: DataStructureIOError
Exception indicating that a type cannot be translated.
t – A type.
Bases: DataStructureIOError
Exception indicating that a type cannot be translated in-place.
arg – Something that can’t be translated inplace.