class Chef::Exceptions::MetadataNotFound
Attributes
Public Class Methods
Source
# File lib/chef/exceptions.rb, line 208 def initialize(install_path, cookbook_name) @install_path = install_path @cookbook_name = cookbook_name super "No metadata.rb or metadata.json found for cookbook #{@cookbook_name} in #{@install_path}" end
Calls superclass method