Exception: ChefApply::Action::GenerateTempCookbook::RecipeLookup::InvalidCookbook

Inherits:
Error
  • Object
show all
Defined in:
lib/chef_apply/action/generate_temp_cookbook/recipe_lookup.rb

Instance Attribute Summary

Attributes inherited from Error

#decorate, #id, #params, #show_log, #show_stack

Instance Method Summary collapse

Constructor Details

#initialize(cookbook_path) ⇒ InvalidCookbook

Returns a new instance of InvalidCookbook.



99
# File 'lib/chef_apply/action/generate_temp_cookbook/recipe_lookup.rb', line 99

def initialize(cookbook_path); super("CHEFVAL005", cookbook_path); end