Exception: ShellExecutionException

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/ceedling/tool_executor.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(shell_result) ⇒ ShellExecutionException

Returns a new instance of ShellExecutionException.



6
7
8
# File 'lib/ceedling/tool_executor.rb', line 6

def initialize(shell_result)
  @shell_result = shell_result
end

Instance Attribute Details

#shell_resultObject (readonly)

Returns the value of attribute shell_result.



5
6
7
# File 'lib/ceedling/tool_executor.rb', line 5

def shell_result
  @shell_result
end