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