Exception: TelegramWorkflow::Errors::DoubleRedirect

Inherits:
StandardError
  • Object
show all
Defined in:
lib/telegram_workflow/errors.rb

Instance Method Summary collapse

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