mumot.MuMoTSyntaxError

exception mumot.MuMoTSyntaxError[source]

Bases: mumot.exceptions.MuMoTError

Class to report MuMoT-specific errors arising from incorrectly-structured input.

with_traceback()

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