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 157
def initialize(source, error)
  @source = source
  @error = error
end