class TelegramWorkflow::Errors::SharedRedirect
Public Class Methods
new(msg = "You cannot redirect to a shared step.")
click to toggle source
Calls superclass method
# File lib/telegram_workflow/errors.rb, line 9 def initialize(msg = "You cannot redirect to a shared step.") super end