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