class Github::Error::Validations
def initialize(errors)
def initialize(errors) super( generate_message( :problem => "Attempted to send request with nil arguments for #{errors.keys.join(', ')}.", :summary => 'Each request expects certain number of arguments.', :resolution => 'Double check that the provided arguments are set to some value.' ) ) end