text_lint.exceptions.results.SplitGroupNotFound

class text_lint.exceptions.results.SplitGroupNotFound(group: int)[source]

Bases: ResultExceptionBase

Raised when a non-existent split group is referenced.

__init__(group: int) None[source]

Initialize SplitGroupNotFound exceptions.

Parameters:

group (int) – The split group index number.

with_traceback()

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