summaryrefslogtreecommitdiff
path: root/quantumclient/common/exceptions.py
diff options
context:
space:
mode:
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