class ChefApply::Action::GenerateTempCookbook::RecipeLookup::InvalidCookbook

Public Class Methods

new(cookbook_path) click to toggle source
Calls superclass method ChefApply::Error::new
# File lib/chef_apply/action/generate_temp_cookbook/recipe_lookup.rb, line 99
def initialize(cookbook_path); super("CHEFVAL005", cookbook_path); end