text_lint.exceptions.assertions.AssertionExceptionBase
- class text_lint.exceptions.assertions.AssertionExceptionBase[Quellcode]
Bases:
ValueErrorBase class for parser assertion exceptions.
- __init__(*args, **kwargs)
- with_traceback()
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.