Revert "Revert "Remove vendored libjuju""
[osm/N2VC.git] / n2vc / exceptions.py
index f5c9fb0..fd4a3ce 100644 (file)
@@ -38,3 +38,6 @@ class NoRouteToHost(Exception):
 
 class AuthenticationFailed(Exception):
     """The authentication for the specified user failed."""
 
 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