Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
tempest
/
e5b83d49dea81e5acccbd4277fc8832fa84e6cc5
/
.
/
storm
/
exceptions.py
blob: c75544c7a4a592e61142898b9f58386a22494ce0 [
file
] [
log
] [
blame
]
class
TimeoutException
(
Exception
):
"""Exception on timeout"""
def
__repr__
(
self
):
return
"Request timed out"
class
BuildErrorException
(
Exception
):
"""Exception on server build"""
def
__repr__
(
self
):
return
"Server failed into error status"