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.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/apex/common/exceptions.py b/apex/common/exceptions.py
index 54d99834..a4d390a4 100644
--- a/apex/common/exceptions.py
+++ b/apex/common/exceptions.py
@@ -18,3 +18,7 @@ class JumpHostNetworkException(Exception):
class ApexCleanException(Exception):
pass
+
+
+class ApexBuildException(Exception):
+ pass