# File lib/rubygems/exceptions.rb, line 76
  def initialize(exit_code)
    @exit_code = exit_code

    super "Exiting RubyGems with exit_code #{exit_code}"
  end