pyrio.exceptions

Submodules

Exceptions

IllegalStateError

Common base class for all non-exit exceptions.

NoneTypeError

Inappropriate argument type.

NoSuchElementError

Inappropriate argument value (of correct type).

UnsupportedTypeError

Inappropriate argument type.

Package Contents

exception pyrio.exceptions.IllegalStateError

Bases: Exception

Common base class for all non-exit exceptions.

exception pyrio.exceptions.NoneTypeError

Bases: TypeError

Inappropriate argument type.

exception pyrio.exceptions.NoSuchElementError

Bases: ValueError

Inappropriate argument value (of correct type).

exception pyrio.exceptions.UnsupportedTypeError

Bases: TypeError

Inappropriate argument type.