diff options
Diffstat (limited to 'neutronclient/common/exceptions.py')
-rw-r--r-- | neutronclient/common/exceptions.py | 4 |
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 |