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