diff options
Diffstat (limited to 'error.py')
-rw-r--r-- | error.py | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 | ||
25 | class ManifestInvalidPathError(Exception): | ||
26 | """A path used in <copyfile> or <linkfile> is incorrect. | ||
27 | """ | ||
28 | |||
25 | class NoManifestException(Exception): | 29 | class NoManifestException(Exception): |
26 | """The required manifest does not exist. | 30 | """The required manifest does not exist. |
27 | """ | 31 | """ |