Remove unused exception

This patch removes an unused exception InvalidAttachment

Change-Id: I56fa1811dbfc0423db569c233118e99bbb76d553
This commit is contained in:
Walter A. Boring IV 2019-05-06 19:08:18 +00:00
parent d8dbc4c0aa
commit 779979789c
1 changed files with 0 additions and 4 deletions

View File

@ -1341,10 +1341,6 @@ class AttachmentSpecsNotFound(NotFound):
"key %(specs_key)s.")
class InvalidAttachment(Invalid):
message = _("Invalid attachment: %(reason)s")
# Veritas driver
class UnableToExecuteHyperScaleCmd(VolumeDriverException):
message = _("Failed HyperScale command for '%(command)s'")