diff options
Diffstat (limited to 'error.py')
-rw-r--r-- | error.py | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -111,10 +111,6 @@ class GitAuthError(RepoExitError): | |||
111 | """Cannot talk to remote due to auth issue.""" | 111 | """Cannot talk to remote due to auth issue.""" |
112 | 112 | ||
113 | 113 | ||
114 | class GitcUnsupportedError(RepoExitError): | ||
115 | """Gitc no longer supported.""" | ||
116 | |||
117 | |||
118 | class UploadError(RepoError): | 114 | class UploadError(RepoError): |
119 | """A bundle upload to Gerrit did not succeed.""" | 115 | """A bundle upload to Gerrit did not succeed.""" |
120 | 116 | ||