Spec-Zone.ru › Ruby 2.6

класс Bundler::Fetcher::BadAuthenticationError

Родитель:
Bundler::HTTPError

Это исключение генерируется, если предоставлена аутентификация HTTP, но она неверна.

Публичные методы класса

new(remote_uri) Показать исходный код
# 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
Вызывает метод родительского класса Exception::new

Ruby Core © 1993–2017 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API