disbi.exceptions module

Custom DISBI exceptions.

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

Bases: Exception

Raise if an experiment has no data attached to it.

exception disbi.exceptions.NotFoundError[source]

Bases: Exception

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

exception disbi.exceptions.NotSupportedError[source]

Bases: Exception

Raise if a requested operation is not supported.