summaryrefslogtreecommitdiff
path: root/lib/chef/exceptions.rb
diff options
context:
space:
mode:
authordanielsdeleo <dan@chef.io>2015-09-11 17:18:22 -0700
committerdanielsdeleo <dan@chef.io>2015-09-17 14:29:49 -0700
commit6f65a2ea7771a319e4315d68dd5234aeedc7dfd9 (patch)
treeca0da5951f2cd832d97e7b26493741c3b6d7e55f /lib/chef/exceptions.rb
parent69c7fa5f63e01c64f8ccc198ddc00c836c24914e (diff)
downloadchef-6f65a2ea7771a319e4315d68dd5234aeedc7dfd9.tar.gz
Use the dynamic policy builder everywhere
Diffstat (limited to 'lib/chef/exceptions.rb')
-rw-r--r--lib/chef/exceptions.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/chef/exceptions.rb b/lib/chef/exceptions.rb
index e3649c068b..7862d9c160 100644
--- a/lib/chef/exceptions.rb
+++ b/lib/chef/exceptions.rb
@@ -116,6 +116,8 @@ class Chef
end
end
+ class InvalidPolicybuilderCall < ArgumentError; end
+
class InvalidResourceSpecification < ArgumentError; end
class SolrConnectionError < RuntimeError; end
class IllegalChecksumRevert < RuntimeError; end