Update exceptions
[osm/N2VC.git] / n2vc / exceptions.py
index f5c9fb0..a63d6f9 100644 (file)
@@ -38,3 +38,12 @@ class NoRouteToHost(Exception):
 
 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."""
+