Exception: FlowChat::Interrupt::RestartFlow
- Defined in:
- lib/flow_chat/interrupt.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize ⇒ RestartFlow
constructor
A new instance of RestartFlow.
Constructor Details
#initialize ⇒ RestartFlow
Returns a new instance of RestartFlow.
27 28 29 |
# File 'lib/flow_chat/interrupt.rb', line 27 def initialize super("restart_flow") end |