summaryrefslogtreecommitdiff
path: root/lib/chef/exceptions.rb
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2015-07-03 14:16:32 -0600
committerJohn Keiser <john@johnkeiser.com>2015-07-03 14:16:32 -0600
commitcfd2b1fa1b26e8b0aa92a5ba8bd294b96379b2fa (patch)
treed0715ed8eaed714460b168103ef39b748e85b8ba /lib/chef/exceptions.rb
parented2b0904361448173e5644dddacb48399fd8dc68 (diff)
parent78f72c82716acbd504f6974555cb45d61e895032 (diff)
downloadchef-cfd2b1fa1b26e8b0aa92a5ba8bd294b96379b2fa.tar.gz
Merge branch 'jk/property-state'
Diffstat (limited to 'lib/chef/exceptions.rb')
-rw-r--r--lib/chef/exceptions.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/exceptions.rb b/lib/chef/exceptions.rb
index e7da6fc110..d5c4c4832b 100644
--- a/lib/chef/exceptions.rb
+++ b/lib/chef/exceptions.rb
@@ -103,6 +103,7 @@ class Chef
class ProviderNotFound < RuntimeError; end
NoProviderAvailable = ProviderNotFound
class VerificationNotFound < RuntimeError; end
+ class MultipleIdentityError < RuntimeError; end
# Can't find a Resource of this type that is valid on this platform.
class NoSuchResourceType < NameError