mloq.failure#

Define Failure - the exception to raise when we break.

Module Contents#

exception mloq.failure.Failure[source]#

Bases: Exception

Raised when a project setup critical error happens.

__str__()[source]#

Delegate __str__ to the underlying cause if it exists.

Return type

str

exception mloq.failure.MissingConfigValue[source]#

Bases: Failure

Raised when a parameter is not defined in the mloq DictConfig.