This error is raised if HTTP authentication is provided, but incorrect.
Public Class Methods
new(remote_uri)click to toggle source
# File bundler/fetcher.rb, line 56definitialize(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
This page was generated for Ruby 3.1.2
Generated with Ruby-doc Rdoc Generator 0.42.0.
There is an updated format of the API docs for this version here.