new(source, error)
Creates a new SourceFetchProblem for the given source and error.
# File lib/rubygems/errors.rb, line 157 def initialize(source, error) @source = source @error = error end