text_lint.exceptions.version.VersionExceptionBase

class text_lint.exceptions.version.VersionExceptionBase[source]

Bases: ValueError

Base class for version exceptions.

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

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