Methods

Class Index [+]

Quicksearch

Gem::RemoteFetcher::FetchError

A FetchError exception wraps up the various possible IO and HTTP failures that could happen while downloading from the internet.

Attributes

uri[RW]

The URI which was being accessed when the exception happened.

Public Class Methods

new(message, uri) click to toggle source
    # File lib/rubygems/remote_fetcher.rb, line 24
24:     def initialize(message, uri)
25:       super message
26:       @uri = uri
27:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.