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.
Exception
The source that had the fetch problem.
Creates a new SourceFetchProblem for the given source and error.
SourceFetchProblem
source
error
# File rubygems/errors.rb, line 155 def initialize(source, error) @source = source @error = error end
An English description of the error.
# File rubygems/errors.rb, line 173 def wordy @source.uri.password = 'REDACTED' unless @source.uri.password.nil? "Unable to download data from #{@source.uri} - #{@error.message}" end
This page was generated for Ruby 3.0.0
Ruby-doc.org is a service of James Britt and Neurogami, purveyors of fine dance noise.
Generated with Ruby-doc Rdoc Generator 0.42.0.