class Telegram::Errors::Routing::BotNotFoundError
Public Class Methods
new(name)
click to toggle source
Calls superclass method
# File lib/telegram/errors/routing/bot_not_found_error.rb, line 8 def initialize name super "Bot \"#{name}\" was not found" end