Skip to content

exceptions

Core exceptions.

Classes

GitError

Bases: ProjectForgeError

There was a problem doing git operations.

PathNotFoundError

Bases: ProjectForgeError

The location path was not found.

ProjectForgeError

Bases: Exception

Base exception for all Project Forge errors.

RepoAuthError

Bases: ProjectForgeError

The URL to a repo location gave an authentication error.

RepoNotFoundError

Bases: ProjectForgeError

The URL to a repo location was not found.