Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
tempest
/
4307f9972bd02b0df2f52ed4d9b8c34a776de301
/
.
/
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