text_lint.exceptions.schema.UnsupportedSchemaVersion
- class text_lint.exceptions.schema.UnsupportedSchemaVersion[source]
Bases:
SchemaExceptionBaseRaised when a schema with an unsupported version is read.
- with_traceback()
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.