Exception: AcidicJob::InvalidWorkflowBlockError

Inherits:
Error
  • Object
show all
Defined in:
lib/acidic_job/errors.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



20
21
22
# File 'lib/acidic_job/errors.rb', line 20

def message
  "workflow builder must be yielded to the `execute_workflow` block"
end