exceptions#
Classes#
Mixin to identify exceptions associated with the auxlib package. |
Functions#
|
- Raise(exception)#
- class AuxlibError#
Mixin to identify exceptions associated with the auxlib package.
- exception AuthenticationError#
Bases:
AuxlibError,ValueErrorMixin to identify exceptions associated with the auxlib package.
- exception NotFoundError#
Bases:
AuxlibError,KeyErrorMixin to identify exceptions associated with the auxlib package.
- exception InitializationError#
Bases:
AuxlibError,OSErrorMixin to identify exceptions associated with the auxlib package.
- exception SenderError#
Bases:
AuxlibError,OSErrorMixin to identify exceptions associated with the auxlib package.
- exception AssignmentError#
Bases:
AuxlibError,AttributeErrorMixin to identify exceptions associated with the auxlib package.
- exception ValidationError(key, value=None, valid_types=None, msg=None)#
Bases:
AuxlibError,TypeErrorMixin to identify exceptions associated with the auxlib package.
- exception ThisShouldNeverHappenError#
Bases:
AuxlibError,AttributeErrorMixin to identify exceptions associated with the auxlib package.