Class: ForestAdminAgent::Services::CustomActionRequiresApprovalError
- Inherits:
-
ForbiddenError
- Object
- ForbiddenError
- ForestAdminAgent::Services::CustomActionRequiresApprovalError
- Defined in:
- lib/forest_admin_agent/services/smart_action_checker.rb
Instance Method Summary collapse
-
#initialize(message = 'Custom action requires approval', details: {}) ⇒ CustomActionRequiresApprovalError
constructor
A new instance of CustomActionRequiresApprovalError.
Constructor Details
#initialize(message = 'Custom action requires approval', details: {}) ⇒ CustomActionRequiresApprovalError
Returns a new instance of CustomActionRequiresApprovalError.
18 19 20 |
# File 'lib/forest_admin_agent/services/smart_action_checker.rb', line 18 def initialize( = 'Custom action requires approval', details: {}) super end |