text_lint.exceptions.lookups.LookupSyntaxInvalid

class text_lint.exceptions.lookups.LookupSyntaxInvalid[source]

Bases: LookupExceptionBase

Raised when a malformed lookup is parsed.

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

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