:py:mod:`lager.exceptions` ========================== .. py:module:: lager.exceptions Module Contents --------------- .. py:exception:: LagerDeviceConnectionError(message='unspecified error') Bases: :py:obj:`Exception` Common base class for all non-exit exceptions. .. py:exception:: LagerDeviceNotSupportedError(device) Bases: :py:obj:`Exception` Common base class for all non-exit exceptions. .. py:exception:: LagerGatewayConnectionError(message=None) Bases: :py:obj:`Exception` Common base class for all non-exit exceptions. .. py:exception:: LagerTestingFailure(message=None) Bases: :py:obj:`Exception` Common base class for all non-exit exceptions. .. py:exception:: LagerTestingSuccess(message=None) Bases: :py:obj:`Exception` Common base class for all non-exit exceptions.