summaryrefslogtreecommitdiff
path: root/ironic/common/exception.py
diff options
context:
space:
mode:
Diffstat (limited to 'ironic/common/exception.py')
-rw-r--r--ironic/common/exception.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/ironic/common/exception.py b/ironic/common/exception.py
index 883288199..afa140dda 100644
--- a/ironic/common/exception.py
+++ b/ironic/common/exception.py
@@ -345,10 +345,6 @@ class SSHCommandFailed(IronicException):
message = _("Failed to execute command via SSH: %(cmd)s.")
-class OrphanedObjectError(IronicException):
- message = _('Cannot call %(method)s on orphaned %(objtype)s object')
-
-
class UnsupportedDriverExtension(Invalid):
message = _('Driver %(driver)s does not support %(extension)s '
'(disabled or not implemented).')