class Gem::SourceFetchProblem

def initialize(source, error)

def initialize(source, error)
  @source = source
  @error = error
end