класс Bundler::Fetcher::AuthenticationRequiredError
Это исключение генерируется, если требуется аутентификация HTTP, но она не предоставлена.
Публичные методы класса
# File lib/bundler/fetcher.rb, line 43
def initialize(remote_uri)
remote_uri = filter_uri(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 Вызывает метод суперкласса
Exception::new
Ruby Core © 1993–2017 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.