class TelegramWorkflow::Errors::DoubleInlineRequest

Public Class Methods

new(msg = "Cannot send more than one request in a row in inline mode.") click to toggle source
Calls superclass method
# 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