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