Exception: Simple::Workflow::ContextMissingError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/simple/workflow.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



13
14
15
# File 'lib/simple/workflow.rb', line 13

def to_s
  "Simple::Workflow.current_context not initialized; remember to call Simple::Workflow.with_context/1"
end