Support for the Ruby 2.2 series has ended. See here for reference.
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 110 def initialize(source, error) @source = source @error = error end