diff options
author | John Keiser <john@johnkeiser.com> | 2015-07-03 14:16:32 -0600 |
---|---|---|
committer | John Keiser <john@johnkeiser.com> | 2015-07-03 14:16:32 -0600 |
commit | cfd2b1fa1b26e8b0aa92a5ba8bd294b96379b2fa (patch) | |
tree | d0715ed8eaed714460b168103ef39b748e85b8ba /lib/chef/exceptions.rb | |
parent | ed2b0904361448173e5644dddacb48399fd8dc68 (diff) | |
parent | 78f72c82716acbd504f6974555cb45d61e895032 (diff) | |
download | chef-cfd2b1fa1b26e8b0aa92a5ba8bd294b96379b2fa.tar.gz |
Merge branch 'jk/property-state'
Diffstat (limited to 'lib/chef/exceptions.rb')
-rw-r--r-- | lib/chef/exceptions.rb | 1 |
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 |