Exception: TelegramWorkflow::Errors::DoubleRedirect
- Inherits:
-
StandardError
- Object
- StandardError
- TelegramWorkflow::Errors::DoubleRedirect
- Defined in:
- lib/telegram_workflow/errors.rb
Instance Method Summary collapse
-
#initialize(msg = "Redirect was called multiple times in the step callback.") ⇒ DoubleRedirect
constructor
A new instance of DoubleRedirect.
Constructor Details
#initialize(msg = "Redirect was called multiple times in the step callback.") ⇒ DoubleRedirect
Returns a new instance of DoubleRedirect.
3 4 5 |
# File 'lib/telegram_workflow/errors.rb', line 3 def initialize(msg = "Redirect was called multiple times in the step callback.") super end |