Exception: Simple::Workflow::ContextMissingError
- Inherits:
-
StandardError
- Object
- StandardError
- Simple::Workflow::ContextMissingError
- Defined in:
- lib/simple/workflow.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
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 |