StandardError
@return [CommandResult] The command that caused the error
# File lib/awesome_spawn/command_result_error.rb, line 6 def initialize(message, result) super(message) @result = result end