Add fetch artifacts API
[vfc/nfvo/catalog.git] / catalog / pub / exceptions.py
index 96c2fd9..afe45d1 100644 (file)
@@ -39,3 +39,7 @@ class NsdmBadRequestException(CatalogException):
 
 class NsdmDuplicateSubscriptionException(CatalogException):
     pass
+
+
+class ArtifactNotFoundException(CatalogException):
+    pass