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 5bfe3a66..f22a0e75 100644
--- a/error.py
+++ b/error.py
@@ -22,6 +22,10 @@ class ManifestInvalidRevisionError(Exception):
22 """The revision value in a project is incorrect. 22 """The revision value in a project is incorrect.
23 """ 23 """
24 24
25class ManifestInvalidPathError(Exception):
26 """A path used in <copyfile> or <linkfile> is incorrect.
27 """
28
25class NoManifestException(Exception): 29class NoManifestException(Exception):
26 """The required manifest does not exist. 30 """The required manifest does not exist.
27 """ 31 """