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