Classes: Error
#hook_method
Raises:
200 201 202 203 204
# File 'lib/objective_command/runners/runner.rb', line 200 def failure ( aCommand, data ) raise Error, { 'reason' => 'Command failed', 'command' => aCommand.to_s, 'data' => data }.to_yaml end