Exception: ChefApply::Action::GenerateTempCookbook::RecipeLookup::InvalidCookbook
- Inherits:
-
Error
- Object
- StandardError
- Error
- ChefApply::Action::GenerateTempCookbook::RecipeLookup::InvalidCookbook
- 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
-
#initialize(cookbook_path) ⇒ InvalidCookbook
constructor
A new instance of InvalidCookbook.
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 |