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 165 def initialize(source, error) @source = source @error = error end
An English description of the error.
# File rubygems/errors.rb, line 183 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 2.6
Ruby-doc.org is provided by James Britt and Neurogami. Hack your world. Feed your head. Live curious.
Generated with Ruby-doc Rdoc Generator 0.44.2.