Method: Chef::Formatters::Base#attribute_file_load_failed

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

#attribute_file_load_failed(path, exception) ⇒ Object

Delegates to #file_load_failed

[View source]

190
191
192
# File 'lib/chef/formatters/base.rb', line 190

def attribute_file_load_failed(path, exception)
  file_load_failed(path, exception)
end