summaryrefslogtreecommitdiff
path: root/neutronclient/common/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'neutronclient/common/exceptions.py')
-rw-r--r--neutronclient/common/exceptions.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/neutronclient/common/exceptions.py b/neutronclient/common/exceptions.py
index 9728fbd..da5e195 100644
--- a/neutronclient/common/exceptions.py
+++ b/neutronclient/common/exceptions.py
@@ -144,6 +144,10 @@ class InvalidIpForNetworkClient(BadRequest):
pass
+class InvalidIpForSubnetClient(BadRequest):
+ pass
+
+
class OverQuotaClient(Conflict):
pass