Exception: Gem::RemoteFetcher::UnknownHostError
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
self,
FetchError,
::Gem::Exception,
RuntimeError
|
|
|
Instance Chain:
self,
FetchError,
::Gem::Exception,
RuntimeError
|
|
| Inherits: |
Gem::RemoteFetcher::FetchError
|
| Defined in: | lib/rubygems/remote_fetcher.rb |
Overview
A FetchError that indicates that the reason for not being able to fetch data was that the host could not be contacted
Class Method Summary
FetchError - Inherited
Instance Attribute Summary
FetchError - Inherited
| #original_uri | The URI which was being accessed when the exception happened. |
| #uri | The URI which was being accessed when the exception happened. |
Instance Method Summary
FetchError - Inherited
Constructor Details
This class inherits a constructor from Gem::RemoteFetcher::FetchError