text_lint.exceptions.external.ExternalLoaderFailedImport
- class text_lint.exceptions.external.ExternalLoaderFailedImport[source]
Bases:
ExternalLoaderExceptionBaseRaised when an external loader source failed the import process.
- __init__(*args, **kwargs)
- errno
POSIX exception code
- filename
exception filename
- filename2
second exception filename
- strerror
exception strerror
- with_traceback()
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.