diff options
Diffstat (limited to 'error.py')
-rw-r--r-- | error.py | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 | ||
20 | class ManifestInvalidRevisionError(Exception): | ||
21 | """The revision value in a project is incorrect. | ||
22 | """ | ||
23 | |||
20 | class EditorError(Exception): | 24 | class EditorError(Exception): |
21 | """Unspecified error from the user's text editor. | 25 | """Unspecified error from the user's text editor. |
22 | """ | 26 | """ |