vcs2l.errors module
Custom exceptions for the vcs2l package.
- exception vcs2l.errors.CircularImportError(message: str = 'Circular import detected.')
Bases:
Vcs2lErrorRaised when a circular import is detected.
- exception vcs2l.errors.UnsupportedPythonVersionError(min_version: str = '3.6')
Bases:
Vcs2lErrorRaised when the Python version is too old for vcs2l.
- exception vcs2l.errors.Vcs2lError(message: str)
Bases:
ExceptionBase exception for vcs2l-specific errors.