X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=n2vc%2Fexceptions.py;h=59bcc1adbaf262040ea6b6d7dd4d5f860b370554;hp=061cd7a335e94f5b0f5772c982b8182480418474;hb=b95133489d1cd16e1692085b1193d24d52c858fc;hpb=f8a9d46e66f1222d7aefdf5a641e4490ef1a40b8;ds=sidebyside 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."""