Gem::ErrorReason
An error that indicates we weren't able to fetch some data from a source
The fetch error which is an Exception subclass.
The source that had the fetch problem.
Creates a new SourceFetchProblem for the given source and error.
source
error
# File rubygems/errors.rb, line 110 def initialize(source, error) @source = source @error = error end
An English description of the error.
# File rubygems/errors.rb, line 128 def wordy "Unable to download data from #{@source.uri} - #{@error.message}" end
This page was generated for Ruby 2.2.10
Generated with Ruby-doc Rdoc Generator 0.44.0.