class Bundler::Fetcher::BadAuthenticationError
如果提供了 HTTP 身份验证,但验证不正确,则会引发此错误。
公共类方法
new(remote_uri) 单击以切换源代码
调用超类方法
# File bundler/fetcher.rb, line 59 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