Exception: Workflow::Errors::DualEventDefinitionError
- Inherits:
-
WorkflowDefinitionError
- Object
- StandardError
- WorkflowDefinitionError
- Workflow::Errors::DualEventDefinitionError
- Defined in:
- lib/workflow/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ DualEventDefinitionError
constructor
A new instance of DualEventDefinitionError.
Constructor Details
#initialize ⇒ DualEventDefinitionError
Returns a new instance of DualEventDefinitionError.
26 27 28 |
# File 'lib/workflow/errors.rb', line 26 def initialize super('Event target can only be received in the method call or the block, not both.') end |