X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=n2vc%2Fexceptions.py;h=fd4a3ce3f6692aae83c50bc8df8af135db9ed950;hp=f5c9fb047798da3795b66635324e4b31618afa74;hb=5aa242fe2d61c2da9fdb29ed65029f3e27b6966d;hpb=0cd1c02c85f5dbd6d06bd28b79f964fb209ee90a;ds=sidebyside diff --git a/n2vc/exceptions.py b/n2vc/exceptions.py index f5c9fb0..fd4a3ce 100644 --- a/n2vc/exceptions.py +++ b/n2vc/exceptions.py @@ -38,3 +38,6 @@ 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