Method: Chef::Formatters::Base#attribute_file_load_failed
- Defined in:
- lib/chef/formatters/base.rb
permalink #attribute_file_load_failed(path, exception) ⇒ Object
Delegates to #file_load_failed
190 191 192 |
# File 'lib/chef/formatters/base.rb', line 190 def attribute_file_load_failed(path, exception) file_load_failed(path, exception) end |