class TelegramWorkflow::Errors::NoSession
Public Class Methods
new(msg = "Session could not be fetched for this update.")
click to toggle source
Calls superclass method
# File lib/telegram_workflow/errors.rb, line 21 def initialize(msg = "Session could not be fetched for this update.") super end