X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=n2vc%2Fexceptions.py;h=256860edfb92be5489f7f06533401e20668a3896;hp=59bcc1adbaf262040ea6b6d7dd4d5f860b370554;hb=refs%2Fchanges%2F52%2F9352%2F8;hpb=891732a9f4f1381a49e506cb9d39132b328aaa1c diff --git a/n2vc/exceptions.py b/n2vc/exceptions.py index 59bcc1a..256860e 100644 --- a/n2vc/exceptions.py +++ b/n2vc/exceptions.py @@ -33,6 +33,14 @@ class JujuApplicationNotFound(Exception): """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."""