vcs2l.errors module
Custom exceptions for the vcs2l package.
- exception vcs2l.errors.UnsupportedPythonVersionError(min_version: str = '3.6')
Bases:
Vcs2lError
Raised when the Python version is too old for vcs2l.
- exception vcs2l.errors.Vcs2lError(message: str)
Bases:
Exception
Base exception for vcs2l-specific errors.