Methods

Class/Module Index [+]

Quicksearch

Bundler::Fetcher::BadAuthenticationError

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

Public Class Methods

new(remote_uri) click to toggle source
# File lib/bundler/fetcher.rb, line 41
def initialize(remote_uri)
  super "Bad username or password for #{remote_uri}.\n"            "Please double-check your credentials and correct them."
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.