Exception: GitReflow::Sandbox::CommandError
- Inherits:
- 
      StandardError
      
        - Object
- StandardError
- GitReflow::Sandbox::CommandError
 
- Defined in:
- lib/git_reflow/sandbox.rb
Instance Attribute Summary collapse
- 
  
    
      #output  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    Returns the value of attribute output. 
Instance Method Summary collapse
- 
  
    
      #initialize(output, *args)  ⇒ CommandError 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of CommandError. 
Constructor Details
#initialize(output, *args) ⇒ CommandError
Returns a new instance of CommandError.
| 17 18 19 20 | # File 'lib/git_reflow/sandbox.rb', line 17 def initialize(output, *args) @output = output super(*args) end | 
Instance Attribute Details
#output ⇒ Object (readonly)
Returns the value of attribute output.
| 16 17 18 | # File 'lib/git_reflow/sandbox.rb', line 16 def output @output end |