# File lib/chef/formatters/base.rb, line 173 def file_load_failed(path, exception) description = ErrorMapper.file_load_failed(path, exception) display_error(description) end