Exception: Gem::SystemExitException
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
| Class Chain: 
          self,
          SystemExit
         | |
| Instance Chain: 
          self,
          SystemExit
         | |
| Inherits: | SystemExit 
 | 
| Defined in: | lib/rubygems/exceptions.rb | 
Overview
Raised to indicate that a system exit should occur with the specified exit_code
Class Method Summary
- 
    
      .new(exit_code)  ⇒ SystemExitException 
    
    constructor
    Creates a new SystemExitExceptionwith the given #exit_code
Instance Attribute Summary
- 
    
      #exit_code  
    
    rw
    The exit code for the process. 
Constructor Details
    .new(exit_code)  ⇒ SystemExitException 
  
Creates a new SystemExitException with the given #exit_code
Instance Attribute Details
#exit_code (rw)
The exit code for the process
# File 'lib/rubygems/exceptions.rb', line 218
attr_accessor :exit_code