Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
tempest
/
cc0fb757d6d75779a4bf67c6ba51b05d5cdae9a4
/
.
/
storm
/
exceptions.py
blob: 8415ccb2fcf79df61b040fa1443fe414e576be45 [
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"