text_lint.exceptions.schema.UnsupportedSchemaVersion

class text_lint.exceptions.schema.UnsupportedSchemaVersion[Quellcode]

Bases: SchemaExceptionBase

Raised when a schema with an unsupported version is read.

__init__() None[Quellcode]

Initialize UnsupportedSchemaVersion exceptions.

with_traceback()

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