# File lib/chef/shell_out.rb, line 205 def invalid!(msg=nil) msg ||= "Command produced unexpected results" raise Chef::Exceptions::ShellCommandFailed, msg + "\n" + format_for_exception end