class Telegram::Errors::Routing::BadRouteError

Public Class Methods

new(route) click to toggle source
Calls superclass method
# File lib/telegram/errors/routing/bad_route_error.rb, line 8
def initialize route
  super "Bad route \"#{route}\""
end