class Bundler::Fetcher::BadAuthenticationError

This error is raised if HTTP authentication is provided, but incorrect.

def initialize(remote_uri)

def initialize(remote_uri)
  super "Bad username or password for #{remote_uri}.\n" \
    "Please double-check your credentials and correct them."
end