pyrio.exceptions
Submodules
Exceptions
Common base class for all non-exit exceptions. |
|
Inappropriate argument type. |
|
Inappropriate argument value (of correct type). |
|
Inappropriate argument type. |
Package Contents
- exception pyrio.exceptions.IllegalStateError
Bases:
ExceptionCommon base class for all non-exit exceptions.
- exception pyrio.exceptions.NoneTypeError
Bases:
TypeErrorInappropriate argument type.
- exception pyrio.exceptions.NoSuchElementError
Bases:
ValueErrorInappropriate argument value (of correct type).
- exception pyrio.exceptions.UnsupportedTypeError
Bases:
TypeErrorInappropriate argument type.