lager.exceptions

Module Contents

exception lager.exceptions.LagerDeviceConnectionError(message='unspecified error')

Bases: Exception

Common base class for all non-exit exceptions.

exception lager.exceptions.LagerDeviceNotSupportedError(device)

Bases: Exception

Common base class for all non-exit exceptions.

exception lager.exceptions.LagerGatewayConnectionError(message=None)

Bases: Exception

Common base class for all non-exit exceptions.

exception lager.exceptions.LagerTestingFailure(message=None)

Bases: Exception

Common base class for all non-exit exceptions.

exception lager.exceptions.LagerTestingSuccess(message=None)

Bases: Exception

Common base class for all non-exit exceptions.