Changes way of getting VCA application name corresponding to vdu and vnf
[osm/MON.git] / osm_mon / core / exceptions.py
index 23c1a54..0aab715 100644 (file)
@@ -23,5 +23,8 @@
 
 
 class MetricNotFound(Exception):
-    def __init__(self):
-        super(MetricNotFound, self).__init__()
+    pass
+
+
+class VcaDeploymentInfoNotFound(Exception):
+    pass