method
new
v2_6_3 -
Show latest stable
- Class:
Bundler::Fetcher::BadAuthenticationError
new(remote_uri)public
No documentation available.
# File lib/bundler/fetcher.rb, line 52
def initialize(remote_uri)
remote_uri = filter_uri(remote_uri)
super "Bad username or password for #{remote_uri}.\n" "Please double-check your credentials and correct them."
end