Class peagen.errors.GitFetchError
peagen.errors.GitFetchError
GitFetchError(ref, remote)
Bases: GitOperationError
Raised when fetching a ref from a remote fails.
Source code in peagen/errors.py
106 107 108 109 |
|