X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=n2vc%2Fexceptions.py;fp=n2vc%2Fexceptions.py;h=a63d6f9b0688397df6281d6292f13bd5ceaf8401;hb=d238b03584451451ffcea345ffc5d02c657003bd;hp=fd4a3ce3f6692aae83c50bc8df8af135db9ed950;hpb=fbac7c59fe1c3bbfefc070ca8b7f719cf0fd626a;p=osm%2FN2VC.git diff --git a/n2vc/exceptions.py b/n2vc/exceptions.py index fd4a3ce..a63d6f9 100644 --- a/n2vc/exceptions.py +++ b/n2vc/exceptions.py @@ -39,5 +39,11 @@ class NoRouteToHost(Exception): class AuthenticationFailed(Exception): """The authentication for the specified user failed.""" + class InvalidCACertificate(Exception): - """The CA Certificate is not valid.""" \ No newline at end of file + """The CA Certificate is not valid.""" + + +class NotImplemented(Exception): + """The method is not implemented.""" +