Exception: Xcode::Shell::ExecutionError
- Inherits:
-
StandardError
- Object
- StandardError
- Xcode::Shell::ExecutionError
- Defined in:
- lib/xcode/shell/command.rb
Instance Attribute Summary collapse
-
#output ⇒ Object
Returns the value of attribute output.
Instance Method Summary collapse
-
#initialize(message, output = nil) ⇒ ExecutionError
constructor
A new instance of ExecutionError.
Constructor Details
#initialize(message, output = nil) ⇒ ExecutionError
Returns a new instance of ExecutionError.
11 12 13 14 |
# File 'lib/xcode/shell/command.rb', line 11 def initialize(, output=nil) super @output = output end |
Instance Attribute Details
#output ⇒ Object
Returns the value of attribute output.
10 11 12 |
# File 'lib/xcode/shell/command.rb', line 10 def output @output end |