disbi.exceptions module¶
Custom DISBI exceptions.
-
exception
disbi.exceptions.NoRelatedMeasurementModel(exp, *args, **kwargs)¶ Bases:
ExceptionRaise if an experiment has no data attached to it.
-
exception
disbi.exceptions.NotFoundError¶ Bases:
ExceptionRaise if a value for a variable could not be set.
-
exception
disbi.exceptions.NotSupportedError¶ Bases:
ExceptionRaise if a requested operation is not supported.