Exception: ChefApply::Action::GenerateTempCookbook::RecipeLookup::NoDefaultRecipe
- Inherits:
- 
      Error
      
        - Object
- StandardError
- Error
- ChefApply::Action::GenerateTempCookbook::RecipeLookup::NoDefaultRecipe
 
- 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, cookbook_name)  ⇒ NoDefaultRecipe 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of NoDefaultRecipe. 
Constructor Details
#initialize(cookbook_path, cookbook_name) ⇒ NoDefaultRecipe
Returns a new instance of NoDefaultRecipe.
| 110 | # File 'lib/chef_apply/action/generate_temp_cookbook/recipe_lookup.rb', line 110 def initialize(cookbook_path, cookbook_name); super("CHEFVAL007", cookbook_path, cookbook_name); end |