summaryrefslogtreecommitdiffstats
path: root/apex/common/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'apex/common/exceptions.py')
-rw-r--r--apex/common/exceptions.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/apex/common/exceptions.py b/apex/common/exceptions.py
index a4d390a4..6d8383b8 100644
--- a/apex/common/exceptions.py
+++ b/apex/common/exceptions.py
@@ -22,3 +22,15 @@ class ApexCleanException(Exception):
class ApexBuildException(Exception):
pass
+
+
+class SnapshotDeployException(Exception):
+ pass
+
+
+class OvercloudNodeException(Exception):
+ pass
+
+
+class FetchException(Exception):
+ pass