Support for the Ruby 2.1 series ended on March 31 2017. See here for details.
An error that indicates we weren't able to fetch some data from a source
Creates a new SourceFetchProblem for
the given source
and error
.
# File rubygems/errors.rb, line 80 def initialize(source, error) @source = source @error = error end