class Telegram::Errors::Configuration::TokenMissingError

Public Class Methods

new(name) click to toggle source
Calls superclass method
# File lib/telegram/errors/configuration/token_missing_error.rb, line 7
def initialize name
  super "No token were provided for bot \"#{name}\""
end