Exception: Bundler::Fetcher::SSLError
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
::Bundler::HTTPError ,
::Bundler::BundlerError ,
StandardError
|
|
Instance Chain:
self,
::Bundler::HTTPError ,
::Bundler::BundlerError ,
StandardError
|
|
Inherits: |
Bundler::HTTPError
|
Defined in: | lib/bundler/fetcher.rb |
Overview
This is the error raised when a source is HTTPS and OpenSSL didn’t load
Class Method Summary
- .new(msg = nil) ⇒ SSLError constructor
::Bundler::BundlerError
- Inherited
Instance Method Summary
::Bundler::HTTPError
- Inherited
Constructor Details
.new(msg = nil) ⇒ SSLError
# File 'lib/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