lib/chef-dk/exceptions.rb in chef-dk-0.5.0.rc.1 vs lib/chef-dk/exceptions.rb in chef-dk-0.5.0

- old
+ new

@@ -36,9 +36,12 @@ end class CachedCookbookModified < StandardError end + class InvalidPolicyfileAttribute < StandardError + end + class MissingComponentError < RuntimeError def initialize(component_name, path_checked) super("Component #{component_name} is missing. \nReason: Could not find #{path_checked}.") end end