summaryrefslogtreecommitdiffstats
path: root/apex/common/exceptions.py
diff options
context:
space:
mode:
authorFeng Pan <fpan@redhat.com>2017-09-13 18:25:34 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-09-13 18:25:34 +0000
commit7b3a8455baa35bdde4d7e078d88f9b17a6df9195 (patch)
tree0d0617382f42d30d4bb0a9a99248cb100006554c /apex/common/exceptions.py
parent071de3a4a11326d5f0c371a2ebeed703f1a40980 (diff)
parentcb606f45e3852432787ed895dc55665caa950161 (diff)
Merge "Migrates clean to python"
Diffstat (limited to 'apex/common/exceptions.py')
-rw-r--r--apex/common/exceptions.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/apex/common/exceptions.py b/apex/common/exceptions.py
index c660213f..54d99834 100644
--- a/apex/common/exceptions.py
+++ b/apex/common/exceptions.py
@@ -10,3 +10,11 @@
class ApexDeployException(Exception):
pass
+
+
+class JumpHostNetworkException(Exception):
+ pass
+
+
+class ApexCleanException(Exception):
+ pass