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.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