diff options
Diffstat (limited to 'error.py')
-rw-r--r-- | error.py | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -39,15 +39,6 @@ class GitError(Exception): | |||
39 | def __str__(self): | 39 | def __str__(self): |
40 | return self.command | 40 | return self.command |
41 | 41 | ||
42 | class ImportError(Exception): | ||
43 | """An import from a non-Git format cannot be performed. | ||
44 | """ | ||
45 | def __init__(self, reason): | ||
46 | self.reason = reason | ||
47 | |||
48 | def __str__(self): | ||
49 | return self.reason | ||
50 | |||
51 | class UploadError(Exception): | 42 | class UploadError(Exception): |
52 | """A bundle upload to Gerrit did not succeed. | 43 | """A bundle upload to Gerrit did not succeed. |
53 | """ | 44 | """ |