Add missing exception ObjectActionError
Change-Id: I7afe3024971d3fd7cd43336d03f35980832ff6c3
This commit is contained in:
@@ -20,6 +20,7 @@ SHOULD include dedicated exception logging.
|
||||
"""
|
||||
|
||||
from oslo_log import log as logging
|
||||
from oslo_versionedobjects import exception as obj_exc
|
||||
import six
|
||||
from six.moves import http_client
|
||||
|
||||
@@ -223,3 +224,6 @@ class NetworkError(NimbleException):
|
||||
|
||||
class ValidationError(Invalid):
|
||||
msg_fmt = "%(detail)s"
|
||||
|
||||
|
||||
ObjectActionError = obj_exc.ObjectActionError
|
||||
|
||||
Reference in New Issue
Block a user