Support for the Ruby 2.4 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 154 def initialize(source, error) @source = source @error = error end