fumus.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 fumus.exceptions.exception.IllegalStateError[source]

Bases: Exception

Common base class for all non-exit exceptions.

exception fumus.exceptions.exception.NoneTypeError[source]

Bases: TypeError

Inappropriate argument type.

exception fumus.exceptions.exception.NoSuchElementError[source]

Bases: ValueError

Inappropriate argument value (of correct type).

exception fumus.exceptions.exception.UnsupportedTypeError[source]

Bases: TypeError

Inappropriate argument type.