8716 - K8s Proxy Charms
[osm/N2VC.git] / n2vc / exceptions.py
index 061cd7a..59bcc1a 100644 (file)
@@ -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."""