summaryrefslogtreecommitdiff
path: root/tempest_lib/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'tempest_lib/exceptions.py')
-rw-r--r--tempest_lib/exceptions.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/tempest_lib/exceptions.py b/tempest_lib/exceptions.py
index b6672a9..2ceef3e 100644
--- a/tempest_lib/exceptions.py
+++ b/tempest_lib/exceptions.py
@@ -146,4 +146,8 @@ class CommandFailed(Exception):
class IdentityError(TempestException):
- message = "Got identity error" \ No newline at end of file
+ message = "Got identity error"
+
+
+class EndpointNotFound(TempestException):
+ message = "Endpoint not found" \ No newline at end of file