Exception: Decouplio::Errors::ExecutionError
- Inherits:
-
StandardError
- Object
- StandardError
- Decouplio::Errors::ExecutionError
- Defined in:
- lib/decouplio/errors/execution_error.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
readonly
Returns the value of attribute action.
Instance Method Summary collapse
-
#initialize(action:) ⇒ ExecutionError
constructor
A new instance of ExecutionError.
- #message ⇒ Object
Constructor Details
#initialize(action:) ⇒ ExecutionError
Returns a new instance of ExecutionError.
10 11 12 13 |
# File 'lib/decouplio/errors/execution_error.rb', line 10 def initialize(action:) @action = action super() end |
Instance Attribute Details
#action ⇒ Object (readonly)
Returns the value of attribute action.
8 9 10 |
# File 'lib/decouplio/errors/execution_error.rb', line 8 def action @action end |
Instance Method Details
#message ⇒ Object
15 16 17 |
# File 'lib/decouplio/errors/execution_error.rb', line 15 def Decouplio::Const::ErrorMessages::EXECUTION_ERROR end |