X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=n2vc%2Fexceptions.py;h=c8e8793dd8a65f18fed674bc80a7a300bb5a0963;hp=4b83e3ffa97c79b764058eaab1f01e5255ce78f9;hb=408992171fc8c4f1456f2ebdf6d51ed82214c64c;hpb=2911434d2a0e24292c73f640f5df4cac9c447867 diff --git a/n2vc/exceptions.py b/n2vc/exceptions.py index 4b83e3f..c8e8793 100644 --- a/n2vc/exceptions.py +++ b/n2vc/exceptions.py @@ -40,6 +40,10 @@ class AuthenticationFailed(Exception): """The authentication for the specified user failed.""" +class NotImplemented(Exception): + """The method is not implemented.""" + + class N2VCException(Exception): """ N2VC exception base class @@ -107,6 +111,7 @@ class N2VCExecutionException(N2VCException): def __str__(self): return '<{}> Error executing primitive {} failed: {}'.format(type(self), self.primitive_name, super().__str__()) + class N2VCInvalidCertificate(N2VCException): """ Invalid certificate