summaryrefslogtreecommitdiff
path: root/troveclient/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'troveclient/exceptions.py')
-rw-r--r--troveclient/exceptions.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/troveclient/exceptions.py b/troveclient/exceptions.py
index 0f205a2..536a8d4 100644
--- a/troveclient/exceptions.py
+++ b/troveclient/exceptions.py
@@ -34,3 +34,8 @@ class NoTokenLookupException(Exception):
class ResponseFormatError(Exception):
"""Could not parse the response format."""
pass
+
+
+class GuestLogNotFoundError(Exception):
+ """The specified guest log does not exist."""
+ pass