class ChefCLI::PolicyfileMissingCookbookMetadata

Public Class Methods

new(cookbook_root) click to toggle source
Calls superclass method
# File lib/chef-cli/exceptions.rb, line 75
def initialize(cookbook_root)
  super("Policyfile specified to use cookbook metadata, but neither #{cookbook_root}/metadata.rb or #{cookbook_root}/metadata.json was found.")
end