Method: Chef::Formatters::Base#cookbook_resolution_failed
- Defined in:
- lib/chef/formatters/base.rb
#cookbook_resolution_failed(expanded_run_list, exception) ⇒ Object
128 129 130 131 |
# File 'lib/chef/formatters/base.rb', line 128 def cookbook_resolution_failed(, exception) description = ErrorMapper.cookbook_resolution_failed(, exception) display_error(description) end |