class Bundler::Fetcher::SSLError
当源是 HTTPS 且 OpenSSL 未加载时,会引发此错误
公共类方法
new(msg = nil) 点击以切换源代码
调用超类方法
# File bundler/fetcher.rb, line 39 def initialize(msg = nil) super "Could not load OpenSSL.\n" \ "You must recompile Ruby with OpenSSL support.\n" \ "original error: #{msg}\n" end