exceptions#

Classes#

AuxlibError

Mixin to identify exceptions associated with the auxlib package.

Functions#

Raise(exception)

Raise(exception)#
class AuxlibError#

Mixin to identify exceptions associated with the auxlib package.

exception AuthenticationError#

Bases: AuxlibError, ValueError

Mixin to identify exceptions associated with the auxlib package.

exception NotFoundError#

Bases: AuxlibError, KeyError

Mixin to identify exceptions associated with the auxlib package.

exception InitializationError#

Bases: AuxlibError, OSError

Mixin to identify exceptions associated with the auxlib package.

exception SenderError#

Bases: AuxlibError, OSError

Mixin to identify exceptions associated with the auxlib package.

exception AssignmentError#

Bases: AuxlibError, AttributeError

Mixin to identify exceptions associated with the auxlib package.

exception ValidationError(key, value=None, valid_types=None, msg=None)#

Bases: AuxlibError, TypeError

Mixin to identify exceptions associated with the auxlib package.

exception ThisShouldNeverHappenError#

Bases: AuxlibError, AttributeError

Mixin to identify exceptions associated with the auxlib package.