Gitiles
Code Review
Sign In
spfactory.storpool.com
/
tempest
/
245d836a1c86d07c6134c576cf8d50a49e660c8c
/
.
/
kong
/
exceptions.py
blob: 214f43cecbfa9c8c17a50f0e021d3cfdd6811097 [
file
] [
log
] [
blame
]
class
TimeoutException
(
Exception
):
""" Exception on timeout """
def
__repr__
(
self
):
return
"Request Timed Out"
class
ServerNotFound
(
KeyError
):
pass