Skip to main content

_exceptions

TOC

Classes

🅲 FetcherError

class FetcherError(BaseException):

Base class for fetch related error.

🅲 InvalidRepo

class InvalidRepo(BaseException):

The repo provided was somehow invalid.

🅲 InvalidGitHost

class InvalidGitHost(BaseException):

The git host provided was somehow invalid.

🅲 GitPullError

class GitPullError(BaseException):

A git pull error occurred.

🅲 GitCheckoutError

class GitCheckoutError(BaseException):

A git checkout error occurred.

🅲 InvalidProtocol

class InvalidProtocol(BaseException):

The protocol provided was somehow invalid.

🅲 HTTPDownloadError

class HTTPDownloadError(BaseException):

🅲 CoreConfigSupportError

class CoreConfigSupportError(BaseException):

🅲 CoreConfigParseError

class CoreConfigParseError(BaseException):

🅲 StrToClassError

class StrToClassError(BaseException):

🅲 EnvVarParseError

class EnvVarParseError(BaseException):

🅲 ModuleBuildError

class ModuleBuildError(BaseException):

🅲 HookManagerBuildError

class HookManagerBuildError(BaseException):

🅲 HookBuildError

class HookBuildError(BaseException):

🅲 AnnotationsFutureError

class AnnotationsFutureError(Exception):

🅲 ModuleValidateError

class ModuleValidateError(Exception):