summaryrefslogtreecommitdiff
path: root/quantumclient/common/exceptions.py
diff options
context:
space:
mode:
authorMark McClain <mark.mcclain@dreamhost.com>2013-09-27 15:25:34 -0400
committerMark McClain <mark.mcclain@dreamhost.com>2013-09-27 15:25:34 -0400
commita4cc81bce47f5ce8c03c1b4dca5b00d638327585 (patch)
tree9231cc80f54ff6d16a0acde5453dd0a439176093 /quantumclient/common/exceptions.py
parentcbb83121c09f95b00720f494ab5f424612ac207d (diff)
downloadpython-neutronclient-2.2.4.2.tar.gz
add missing symbols for 3rd party libs2.2.4.2
Change-Id: Id0f758b105b51059c6788afb92ac5840caff6102
Diffstat (limited to 'quantumclient/common/exceptions.py')
-rw-r--r--quantumclient/common/exceptions.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/quantumclient/common/exceptions.py b/quantumclient/common/exceptions.py
index ab22951..983c899 100644
--- a/quantumclient/common/exceptions.py
+++ b/quantumclient/common/exceptions.py
@@ -17,4 +17,8 @@
from neutronclient.common.exceptions import * # noqa
+
QuantumException = NeutronException
+QuantumClientException = NeutronClientException
+QuantumCLIError = NeutronCLIError
+QuantumClientNoUniqueMatch = NeutronClientNoUniqueMatch