class Mixlib::ShellOut::Helper::FakeShellOut

def error?

def error?
  @valid_exit_codes.none?(exitstatus)
end