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