class TelegramWorkflow::Errors::StartRedirect

Public Class Methods

new(msg = "You cannot redirect to a start action.") click to toggle source
Calls superclass method
# File lib/telegram_workflow/errors.rb, line 15
def initialize(msg = "You cannot redirect to a start action.")
  super
end