Gem::Exception
A FetchError exception wraps up the various possible IO and HTTP failures that could happen while downloading from the internet.
FetchError
The URI which was being accessed when the exception happened.
# File rubygems/remote_fetcher.rb, line 31 def initialize(message, uri) super message uri = parse_uri(uri) @original_uri = uri.dup uri.password = 'REDACTED' if uri.respond_to?(:password) && uri.password @uri = uri.to_s end
This page was generated for Ruby 3.0.2
Ruby-doc.org is provided by James Britt and Neurogami. Maximum R+D.
Generated with Ruby-doc Rdoc Generator 0.42.0.