Deal with nfPackage
[vfc/nfvo/catalog.git] / catalog / pub / exceptions.py
index c994b46..2192e11 100644 (file)
@@ -15,3 +15,7 @@
 
 class CatalogException(Exception):
     pass
+
+
+class VnfPkgNotFoundException(CatalogException):
+    pass