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