disbi.exceptions module

Custom DISBI exceptions.

exception disbi.exceptions.NoRelatedMeasurementModel(exp, *args, **kwargs)

Bases: Exception

Raise if an experiment has no data attached to it.

exception disbi.exceptions.NotFoundError

Bases: Exception

Raise if a value for a variable could not be set.

exception disbi.exceptions.NotSupportedError

Bases: Exception

Raise if a requested operation is not supported.