atoti.config.parsing module

exception atoti.config.parsing.ConfigParsingError(message, parsed_object=None)

Bases: ValueError

Error raised when the parsing of the config failed.

args
with_traceback()

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