Update exceptions
[osm/N2VC.git] / n2vc / exceptions.py
index fd4a3ce..a63d6f9 100644 (file)
@@ -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."""
+