Class
InvalidGitHost
r"""The git host provided was somehow invalid.
Source from the content-addressed store, hash-verified
| 8 | |
| 9 | |
| 10 | class InvalidGitHost(FetcherError): |
| 11 | r"""The git host provided was somehow invalid.""" |
| 12 | |
| 13 | |
| 14 | class GitPullError(FetcherError): |
Tested by
no test coverage detected