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 ValidationError(key, value=None, valid_types=None, msg=None)#
 Bases:
AuxlibError,TypeErrorMixin to identify exceptions associated with the auxlib package.
Initialize self. See help(type(self)) for accurate signature.
- exception ThisShouldNeverHappenError#
 Bases:
AuxlibError,AttributeErrorMixin to identify exceptions associated with the auxlib package.
Initialize self. See help(type(self)) for accurate signature.