mumot.MuMoTError

exception mumot.MuMoTError[source]

Bases: Exception

Class to report MuMoT-specific errors.

with_traceback()

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