diff options
Diffstat (limited to 'error.py')
-rw-r--r-- | error.py | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -107,6 +107,10 @@ class GitError(RepoError): | |||
107 | return self.message | 107 | return self.message |
108 | 108 | ||
109 | 109 | ||
110 | class GitAuthError(RepoExitError): | ||
111 | """Cannot talk to remote due to auth issue.""" | ||
112 | |||
113 | |||
110 | class GitcUnsupportedError(RepoExitError): | 114 | class GitcUnsupportedError(RepoExitError): |
111 | """Gitc no longer supported.""" | 115 | """Gitc no longer supported.""" |
112 | 116 | ||