vcs2l.errors module
Custom exceptions for the vcs2l package.
- 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.