remove unused exceptions

This patch removes 2 unused EMC VNX exceptions.

Change-Id: I70a9e11e76c9bb79295913b7a63fa428a5f16178
This commit is contained in:
Walter A. Boring IV 2019-05-08 19:51:22 +00:00
parent 779979789c
commit 44a7889025
1 changed files with 0 additions and 10 deletions

View File

@ -1102,16 +1102,6 @@ class NetAppDriverException(VolumeDriverException):
message = _("NetApp Cinder Driver exception.")
class EMCVnxCLICmdError(VolumeBackendAPIException):
message = _("EMC VNX Cinder Driver CLI exception: %(cmd)s "
"(Return Code: %(rc)s) (Output: %(out)s).")
class EMCSPUnavailableException(EMCVnxCLICmdError):
message = _("EMC VNX Cinder Driver SPUnavailableException: %(cmd)s "
"(Return Code: %(rc)s) (Output: %(out)s).")
# ConsistencyGroup
class ConsistencyGroupNotFound(NotFound):
message = _("ConsistencyGroup %(consistencygroup_id)s could not be found.")