Exception: AcidicJob::RedefiningWorkflowError

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

Instance Method Summary collapse

Instance Method Details

#messageObject



8
9
10
# File 'lib/acidic_job/errors.rb', line 8

def message
  "can only call `execute_workflow` once within a job"
end