class TelegramWorkflow::Errors::DoubleRedirect
Public Class Methods
new(msg = "Redirect was called multiple times in the step callback.")
click to toggle source
Calls superclass method
# File lib/telegram_workflow/errors.rb, line 3 def initialize(msg = "Redirect was called multiple times in the step callback.") super end