_exceptions
TOC
- Classes:
- 🅲 FetcherError - Base class for fetch related error.
- 🅲 InvalidRepo - The repo provided was somehow invalid.
- 🅲 InvalidGitHost - The git host provided was somehow invalid.
- 🅲 GitPullError - A git pull error occurred.
- 🅲 GitCheckoutError - A git checkout error occurred.
- 🅲 InvalidProtocol - The protocol provided was somehow invalid.
- 🅲 HTTPDownloadError
- 🅲 CoreConfigSupportError
- 🅲 CoreConfigParseError
- 🅲 StrToClassError
- 🅲 EnvVarParseError
- 🅲 ModuleBuildError
- 🅲 HookManagerBuildError
- 🅲 HookBuildError
- 🅲 AnnotationsFutureError
- 🅲 ModuleValidateError
Classes
🅲 FetcherError
class FetcherError(BaseException):
Base class for fetch related error.
🅲 InvalidRepo
class InvalidRepo(BaseException):
The repo provided was somehow invalid.