Exception: AcidicJob::UndefinedWorkflowBlockError

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

Instance Method Summary collapse

Instance Method Details

#messageObject



14
15
16
# File 'lib/acidic_job/errors.rb', line 14

def message
  "block must be passed to `execute_workflow`"
end