summaryrefslogtreecommitdiffstats
path: root/vnftest/common/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'vnftest/common/exceptions.py')
-rw-r--r--vnftest/common/exceptions.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/vnftest/common/exceptions.py b/vnftest/common/exceptions.py
index 85cb203..9e29c52 100644
--- a/vnftest/common/exceptions.py
+++ b/vnftest/common/exceptions.py
@@ -43,3 +43,7 @@ class MandatoryKeyException(VnftestException):
class InputParameterMissing(VnftestException):
message_tmplate = 'No value found for parameter "{param_name}" in "{source}"'
+
+
+class ResourceNotFound(VnftestException):
+ message_tmplate = 'Resource not found "{resource}"'