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 029e1227..6b9dff44 100644
--- a/error.py
+++ b/error.py
@@ -17,6 +17,10 @@ class ManifestParseError(Exception):
17 """Failed to parse the manifest file. 17 """Failed to parse the manifest file.
18 """ 18 """
19 19
20class ManifestInvalidRevisionError(Exception):
21 """The revision value in a project is incorrect.
22 """
23
20class EditorError(Exception): 24class EditorError(Exception):
21 """Unspecified error from the user's text editor. 25 """Unspecified error from the user's text editor.
22 """ 26 """