summaryrefslogtreecommitdiff
path: root/heatclient/exc.py
diff options
context:
space:
mode:
Diffstat (limited to 'heatclient/exc.py')
-rw-r--r--heatclient/exc.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/heatclient/exc.py b/heatclient/exc.py
index 6996bf2..60be0fd 100644
--- a/heatclient/exc.py
+++ b/heatclient/exc.py
@@ -138,6 +138,10 @@ class HTTPOverLimit(OverLimit):
pass
+class HTTPUnsupported(HTTPException):
+ code = 415
+
+
class HTTPInternalServerError(HTTPException):
code = 500