We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41351d7 commit 7162c6dCopy full SHA for 7162c6d
2 files changed
juju/client/jujudata.py
@@ -15,6 +15,7 @@
15
16
API_ENDPOINTS_KEY = 'api-endpoints'
17
18
+
19
class NoModelException(Exception):
20
pass
21
juju/errors.py
@@ -89,9 +89,11 @@ class JujuUnitError(JujuError):
89
class JujuBackupError(JujuError):
90
91
92
93
class PylibjujuProgrammingError(Exception):
94
95
96
97
class JujuNotValid(JujuError):
98
def __init__(self, entity_type, entity_name):
99
self.entity_type = entity_type
0 commit comments