Exception: Workflow::Errors::DualEventDefinitionError

Inherits:
WorkflowDefinitionError show all
Defined in:
lib/workflow/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeDualEventDefinitionError

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