Gem::Exception
A FetchError exception wraps up the various possible IO and HTTP failures that could happen while downloading from the internet.
The URI which was being accessed when the exception happened.
# File lib/rubygems/remote_fetcher.rb, line 27 27: def initialize(message, uri) 28: super message 29: @uri = uri 30: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.