text_lint.exceptions.schema.LookupExpressionInvalid
- class text_lint.exceptions.schema.LookupExpressionInvalid[source]
Bases:
SchemaExceptionBaseRaised when a malformed lookup expression is found in the schema.
- __init__(*args, **kwargs)
- with_traceback()
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.