X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_mon%2Fcore%2Fexceptions.py;h=be0f6edc51a900ba09b6aaea36df57d6481dfb58;hb=refs%2Fchanges%2F95%2F12695%2F1;hp=23c1a540de1f634f5f4e3c0c1c684fcc5c4df1de;hpb=51f4486b06781541ee15ea332261247ed3e930f6;p=osm%2FMON.git diff --git a/osm_mon/core/exceptions.py b/osm_mon/core/exceptions.py index 23c1a54..be0f6ed 100644 --- a/osm_mon/core/exceptions.py +++ b/osm_mon/core/exceptions.py @@ -23,5 +23,12 @@ class MetricNotFound(Exception): - def __init__(self): - super(MetricNotFound, self).__init__() + pass + + +class VcaDeploymentInfoNotFound(Exception): + pass + + +class CertificateNotCreated(Exception): + pass