Gitiles
Code Review
Sign In
spfactory.storpool.com
/
tempest
/
07c2f944b3d260ad6c9bce3af3c98b4883ace42f
/
.
/
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