X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=n2vc%2Fexceptions.py;h=59bcc1adbaf262040ea6b6d7dd4d5f860b370554;hp=061cd7a335e94f5b0f5772c982b8182480418474;hb=bd808f24d6abbdd40ec7d9456b10b8f1be17fb08;hpb=ba8377f56092f1bf9c8dc57bd9afec39a66d992f diff --git a/n2vc/exceptions.py b/n2vc/exceptions.py index 061cd7a..59bcc1a 100644 --- a/n2vc/exceptions.py +++ b/n2vc/exceptions.py @@ -37,6 +37,10 @@ class JujuMachineNotFound(Exception): """The machine cannot be found.""" +class JujuK8sProxycharmNotSupported(Exception): + """K8s Proxy Charms not supported in this installation.""" + + class N2VCPrimitiveExecutionFailed(Exception): """Something failed while attempting to execute a primitive."""