Method: Chef::Formatters::Base#recipe_not_found
- Defined in:
- lib/chef/formatters/base.rb
#recipe_not_found(exception) ⇒ Object
159 160 161 162 |
# File 'lib/chef/formatters/base.rb', line 159 def recipe_not_found(exception) description = ErrorMapper.file_load_failed(nil, exception) display_error(description) end |