Exception: Telbe::ResponseError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/telbe/bot.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Bot Response Error") ⇒ ResponseError



229
230
231
# File 'lib/telbe/bot.rb', line 229

def initialize(msg = "Bot Response Error")
  super
end