class Telbe::ResponseError

Public Class Methods

new(msg = "Bot Response Error") click to toggle source
Calls superclass method
# File lib/telbe/bot.rb, line 229
def initialize(msg = "Bot Response Error")
  super
end