text_lint.exceptions.sequencers.UnconsumedData

class text_lint.exceptions.sequencers.UnconsumedData[Quellcode]

Bases: Exception

Raised when a sequencer unexpectedly has remaining data.

__init__(*args, **kwargs)
with_traceback()

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