mumot.MuMoTValueError

exception mumot.MuMoTValueError[source]

Bases: mumot.exceptions.MuMoTError

Class to report MuMoT-specific errors arising from incorrect input.

with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.