class Bundler::Fetcher::SSLError

def initialize(msg = nil)

def initialize(msg = nil)
  super msg || "Could not load OpenSSL.\n" \
      "You must recompile Ruby with OpenSSL support."
end