Exception: GitReflow::Sandbox::CommandError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/git_reflow/sandbox.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#outputObject (readonly)

Returns the value of attribute output.



16
17
18
# File 'lib/git_reflow/sandbox.rb', line 16

def output
  @output
end