Get the kubeconfig credentials from MongoDB
[osm/N2VC.git] / n2vc / exceptions.py
index 59bcc1a..256860e 100644 (file)
@@ -33,6 +33,14 @@ class JujuApplicationNotFound(Exception):
     """The Application cannot be found."""
 
 
     """The Application cannot be found."""
 
 
+class JujuLeaderUnitNotFound(Exception):
+    """The Application cannot be found."""
+
+
+class JujuActionNotFound(Exception):
+    """The Action cannot be found."""
+
+
 class JujuMachineNotFound(Exception):
     """The machine cannot be found."""
 
 class JujuMachineNotFound(Exception):
     """The machine cannot be found."""