Exception: Telbe::ResponseError
- Inherits:
-
StandardError
- Object
- StandardError
- Telbe::ResponseError
- Defined in:
- lib/telbe/bot.rb
Instance Method Summary collapse
-
#initialize(msg = "Bot Response Error") ⇒ ResponseError
constructor
A new instance of ResponseError.
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 |