X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=apex%2Fcommon%2Fexceptions.py;h=a4d390a4c36d3ea487722375b7f934dabdb42864;hb=f6dbb3929d904b4d5a9ee01f8270051e29ac1ec3;hp=c660213fd3425d2aa2efa6403562039dc5d2927c;hpb=c6f04a5dee991a131a49c2fde9c5990fe2edac4e;p=apex.git diff --git a/apex/common/exceptions.py b/apex/common/exceptions.py index c660213f..a4d390a4 100644 --- a/apex/common/exceptions.py +++ b/apex/common/exceptions.py @@ -10,3 +10,15 @@ class ApexDeployException(Exception): pass + + +class JumpHostNetworkException(Exception): + pass + + +class ApexCleanException(Exception): + pass + + +class ApexBuildException(Exception): + pass