Exception: TelegramWorkflow::Errors::DoubleInlineRequest
- Inherits:
-
StandardError
- Object
- StandardError
- TelegramWorkflow::Errors::DoubleInlineRequest
- Defined in:
- lib/telegram_workflow/errors.rb
Instance Method Summary collapse
-
#initialize(msg = "Cannot send more than one request in a row in inline mode.") ⇒ DoubleInlineRequest
constructor
A new instance of DoubleInlineRequest.
Constructor Details
#initialize(msg = "Cannot send more than one request in a row in inline mode.") ⇒ DoubleInlineRequest
Returns a new instance of DoubleInlineRequest.
27 28 29 |
# File 'lib/telegram_workflow/errors.rb', line 27 def initialize(msg = "Cannot send more than one request in a row in inline mode.") super end |