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 cee977f9..7958a0a1 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 GitcUnsupportedError(RepoExitError):
111 """Gitc no longer supported."""
112
113
110class UploadError(RepoError): 114class UploadError(RepoError):
111 """A bundle upload to Gerrit did not succeed.""" 115 """A bundle upload to Gerrit did not succeed."""
112 116