summaryrefslogtreecommitdiffstats
path: root/error.py
diff options
context:
space:
mode:
Diffstat (limited to 'error.py')
-rw-r--r--error.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/error.py b/error.py
index 78c5c0e0..48e3189c 100644
--- a/error.py
+++ b/error.py
@@ -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
42class 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
51class UploadError(Exception): 42class UploadError(Exception):
52 """A bundle upload to Gerrit did not succeed. 43 """A bundle upload to Gerrit did not succeed.
53 """ 44 """