pyrio.exceptions.exception

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.

Module Contents

exception pyrio.exceptions.exception.IllegalStateError

Bases: Exception

Common base class for all non-exit exceptions.

exception pyrio.exceptions.exception.NoneTypeError

Bases: TypeError

Inappropriate argument type.

exception pyrio.exceptions.exception.NoSuchElementError

Bases: ValueError

Inappropriate argument value (of correct type).

exception pyrio.exceptions.exception.UnsupportedTypeError

Bases: TypeError

Inappropriate argument type.