text_lint.exceptions.results.SplitGroupNotFound
- class text_lint.exceptions.results.SplitGroupNotFound(group: int)[Quellcode]
Bases:
ResultExceptionBaseRaised when a non-existent split group is referenced.
- __init__(group: int) None[Quellcode]
Initialize SplitGroupNotFound exceptions.
- Parameter:
group (int) – The split group index number.
- with_traceback()
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.