project_config.exceptions module
Common exceptions.
- exception project_config.exceptions.ProjectConfigCheckFailed(message: str)[source]
Bases:
ProjectConfigExceptionException raised when a
checkcommand has failed.Means that an error has been found in the style of the project when using the
checkcommand through the CLI.
- exception project_config.exceptions.ProjectConfigException(message: str)[source]
Bases:
ExceptionBase exception for all the exceptions in project-config.
- exception project_config.exceptions.ProjectConfigNotImplementedError(message: str)[source]
Bases:
ProjectConfigException,NotImplementedErrorSome functionality is not yet implemented.