Method: Yapo::Helpers::CustomErrors::CommandError#message

Defined in:
lib/yapo/helpers/custom_errors.rb

#messageObject



56
57
58
59
60
61
62
# File 'lib/yapo/helpers/custom_errors.rb', line 56

def message
  "The command you are tying to execute is not valid. Please verify it works in your terminal first.\n" \
  "Running \"#{@command}\" failed with exit status #{@exit_status}.\n" \
  "  params: #{@params}\n" \
  "  std out: #{@out}\n" \
  "  std err: #{@err}\n"
end