class Bundler::Fetcher::SSLError

This is the error raised when a source is HTTPS and OpenSSL didn’t load

def initialize(msg = nil)

def initialize(msg = nil)
  super "Could not load OpenSSL.\n" \
    "You must recompile Ruby with OpenSSL support.\n" \
    "original error: #{msg}\n"
end