class Bundler::Fetcher::AuthenticationForbiddenError
如果 HTTP 身份验证正确,但缺少必要的权限,则会引发此错误。
公共类方法
new(remote_uri) 点击切换源代码
调用父类方法
# File bundler/fetcher.rb, line 69 def initialize(remote_uri) remote_uri = filter_uri(remote_uri) super "Access token could not be authenticated for #{remote_uri}.\n" \ "Make sure it's valid and has the necessary scopes configured." end