# File lib/rubygems/open-uri.rb, line 340
    def initialize(message, io)
      super(message)
      @io = io
    end