Exception: TelegramWorkflow::Errors::NoSession

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Session could not be fetched for this update.") ⇒ NoSession

Returns a new instance of NoSession.



21
22
23
# File 'lib/telegram_workflow/errors.rb', line 21

def initialize(msg = "Session could not be fetched for this update.")
  super
end