Get VIM certificates from DB
[osm/MON.git] / osm_mon / core / exceptions.py
index 0aab715..be0f6ed 100644 (file)
@@ -28,3 +28,7 @@ class MetricNotFound(Exception):
 
 class VcaDeploymentInfoNotFound(Exception):
     pass
+
+
+class CertificateNotCreated(Exception):
+    pass