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 ValidationError(key, value=None, valid_types=None, msg=None)#

Bases: AuxlibError, TypeError

Mixin to identify exceptions associated with the auxlib package.

Initialize self. See help(type(self)) for accurate signature.

exception ThisShouldNeverHappenError#

Bases: AuxlibError, AttributeError

Mixin to identify exceptions associated with the auxlib package.

Initialize self. See help(type(self)) for accurate signature.