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 f4085d3..65f1c26 100644 --- a/neutronclient/common/exceptions.py +++ b/neutronclient/common/exceptions.py @@ -139,6 +139,10 @@ class IpAddressInUseClient(Conflict): pass +class OverQuotaClient(Conflict): + pass + + # TODO(amotoki): It is unused in Neutron, but it is referred to # in Horizon code. After Horizon code is updated, remove it. class AlreadyAttachedClient(Conflict): |