class Telegram::Errors::Controller::BlockNotGivenError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/telegram/errors/controller/block_not_given_error.rb, line 7
def initialize
  super "Block not given"
end