class Gem::SourceFetchProblem
An error that indicates we weren’t able to fetch some data from a source
Attributes
The fetch error which is anException subclass.
The source that had the fetch problem.
Public Class Methods
Source
# File lib/rubygems/errors.rb, line 150definitialize(source,error)@source =source@error =errorend
Creates a newSourceFetchProblem for the givensource anderror.