scientific_spinbox.errors.backend

exception EmptyArrayError[source]

Bases: Exception

Exception raised when an empty array is passed.

exception IncompatibleConversionUnitError[source]

Bases: Exception

Exception raised when the unit to be converted to is incompatible with the current unit.

exception InvalidUnitError(unit: str)[source]

Bases: Exception

Exception raised when an invalid unit is passed.