Method: Chef::Formatters::Base#library_file_load_failed

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

#library_file_load_failed(path, exception) ⇒ Object

Delegates to #file_load_failed



170
171
172
# File 'lib/chef/formatters/base.rb', line 170

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