Merge "Add missing argument in notify_callback"
[osm/N2VC.git] / n2vc / exceptions.py
index 35962b2..c8e8793 100644 (file)
@@ -40,10 +40,6 @@ class AuthenticationFailed(Exception):
     """The authentication for the specified user failed."""
 
 
-class InvalidCACertificate(Exception):
-    """The CA Certificate is not valid."""
-
-
 class NotImplemented(Exception):
     """The method is not implemented."""
 
@@ -126,4 +122,3 @@ class N2VCInvalidCertificate(N2VCException):
 
     def __str__(self):
         return '<{}> Invalid certificate: {}'.format(type(self), super().__str__())
-