class Berkshelf::InvalidCookbookFiles
Raised when a cookbook or its recipes contain a space or invalid character in the path.
@param [CachedCookbook] cookbook
the cookbook that failed validation
@param [Array<#to_s>] files
the list of files that were not valid
Public Class Methods
Source
# File lib/berkshelf/errors.rb, line 348 def initialize(cookbook, files) @cookbook = cookbook @files = files end