Method: Chef::Formatters::Base#recipe_file_load_failed

Defined in:
lib/chef/formatters/base.rb

#recipe_file_load_failed(path, exception, recipe) ⇒ Object

Delegates to #file_load_failed



210
211
212
# File 'lib/chef/formatters/base.rb', line 210

def recipe_file_load_failed(path, exception, recipe)
  file_load_failed(path, exception)
end