summaryrefslogtreecommitdiffstats
path: root/error.py
diff options
context:
space:
mode:
Diffstat (limited to 'error.py')
-rw-r--r--error.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/error.py b/error.py
index 7958a0a1..36bc2129 100644
--- a/error.py
+++ b/error.py
@@ -107,6 +107,10 @@ class GitError(RepoError):
107 return self.message 107 return self.message
108 108
109 109
110class GitAuthError(RepoExitError):
111 """Cannot talk to remote due to auth issue."""
112
113
110class GitcUnsupportedError(RepoExitError): 114class GitcUnsupportedError(RepoExitError):
111 """Gitc no longer supported.""" 115 """Gitc no longer supported."""
112 116