summaryrefslogtreecommitdiffstats
path: root/catalog/pub/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'catalog/pub/exceptions.py')
-rw-r--r--catalog/pub/exceptions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/catalog/pub/exceptions.py b/catalog/pub/exceptions.py
index 2192e113..a86775ea 100644
--- a/catalog/pub/exceptions.py
+++ b/catalog/pub/exceptions.py
@@ -17,5 +17,5 @@ class CatalogException(Exception):
pass
-class VnfPkgNotFoundException(CatalogException):
+class ResourceNotFoundException(CatalogException):
pass