A FetchError exception wraps up the various possible IO and HTTP failures that could happen while downloading from the internet.
Attributes
Class Methods
2.3
View on GitHub
# File tmp/rubies/ruby-2.3.8/lib/rubygems/remote_fetcher.rb, line 28
def initialize(message, uri)
super message
@uri = uri
end
No documentation available