SystemExit
Raised to indicate that a system exit should occur with the specified exit_code
# File lib/rubygems/exceptions.rb, line 85 def initialize(exit_code) @exit_code = exit_code super "Exiting RubyGems with exit_code #{exit_code}" end
[Validate]
Generated with the Darkfish Rdoc Generator 2.