summaryrefslogtreecommitdiff
path: root/heatclient/exc.py
diff options
context:
space:
mode:
Diffstat (limited to 'heatclient/exc.py')
-rw-r--r--heatclient/exc.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/heatclient/exc.py b/heatclient/exc.py
index c90b0fc..ddadfb7 100644
--- a/heatclient/exc.py
+++ b/heatclient/exc.py
@@ -39,6 +39,11 @@ class HTTPException(BaseException):
code = 'N/A'
+class MalformedRequestBody(BaseException):
+ """Malformed parameter in request."""
+ pass
+
+
class HTTPMultipleChoices(HTTPException):
code = 300