Spec-Zone.ru › Ruby 2.7

класс Bundler::Fetcher::SSLError

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

Это исключение возникает, когда источник использует HTTPS, и OpenSSL не загрузился

Публичные Классовые Методы

new(msg = nil) Показать исходный код
# File lib/bundler/fetcher.rb, line 37
def initialize(msg = nil)
  super msg || "Could not load OpenSSL.\n" \
      "You must recompile Ruby with OpenSSL support or change the sources in your " \
      "Gemfile from 'https' to 'http'. Instructions for compiling with OpenSSL " \
      "using RVM are available at rvm.io/packages/openssl."
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