Exception: TelegramWorkflow::Errors::NoSession
- Inherits:
-
StandardError
- Object
- StandardError
- TelegramWorkflow::Errors::NoSession
- Defined in:
- lib/telegram_workflow/errors.rb
Instance Method Summary collapse
-
#initialize(msg = "Session could not be fetched for this update.") ⇒ NoSession
constructor
A new instance of NoSession.
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 |