Exception: Telegram::Errors::Controller::BlockNotGivenError

Inherits:
Telegram::Errors::CommonError show all
Defined in:
lib/telegram/errors/controller/block_not_given_error.rb

Instance Method Summary collapse

Constructor Details

#initializeBlockNotGivenError

Returns a new instance of BlockNotGivenError.



7
8
9
# File 'lib/telegram/errors/controller/block_not_given_error.rb', line 7

def initialize
  super "Block not given"
end