Method: Chef::Formatters::Base#definition_file_load_failed

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

#definition_file_load_failed(path, exception) ⇒ Object

Delegates to #file_load_failed



200
201
202
# File 'lib/chef/formatters/base.rb', line 200

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