Use of yaml.safe_load instead of yaml_load
[osm/MON.git] / osm_mon / core / exceptions.py
index 23c1a54..be0f6ed 100644 (file)
 
 
 class MetricNotFound(Exception):
-    def __init__(self):
-        super(MetricNotFound, self).__init__()
+    pass
+
+
+class VcaDeploymentInfoNotFound(Exception):
+    pass
+
+
+class CertificateNotCreated(Exception):
+    pass