Methods

Class/Module Index [+]

Quicksearch

Bundler::Fetcher::AuthenticationRequiredError

This error is raised if HTTP authentication is required, but not provided.

Public Class Methods

new(remote_uri) click to toggle source
# File lib/bundler/fetcher.rb, line 33
def initialize(remote_uri)
  super "Authentication is required for #{remote_uri}.\n"            "Please supply credentials for this source. You can do this by running:\n"            " bundle config #{remote_uri} username:password"
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.