Change-Id: I5b94d60c9ce166163d5320cbbdef2cc0a549468f
Signed-off-by: Adam Israel <adam.israel@canonical.com>
"""The authentication for the specified user failed."""
+class NotImplemented(Exception):
+ """The method is not implemented."""
+
+
class N2VCException(Exception):
"""
N2VC exception base class
def __str__(self):
return '<{}> Error executing primitive {} failed: {}'.format(type(self), self.primitive_name, super().__str__())
+
class N2VCInvalidCertificate(N2VCException):
"""
Invalid certificate