diff options
author | tylercloke <tylercloke@gmail.com> | 2015-05-14 14:20:44 -0700 |
---|---|---|
committer | tylercloke <tylercloke@gmail.com> | 2015-05-14 14:20:44 -0700 |
commit | 38603f0ee0d64e8f5793b1e97bc4f09808d9893e (patch) | |
tree | 03439b7fb0ae9044693f3e8d48bbdc3ceee0cc99 /lib/chef/exceptions.rb | |
parent | 9a2e18aa8638c08c8c72f8107e520273caa2eabe (diff) | |
download | chef-tc/api-version-v1.tar.gz |
DEV: for reference, do not merge.tc/api-version-v1
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 736d9fd6a4..aa6f798711 100644 --- a/lib/chef/exceptions.rb +++ b/lib/chef/exceptions.rb @@ -97,6 +97,7 @@ class Chef class InvalidResourceReference < RuntimeError; end class ResourceNotFound < RuntimeError; end class VerificationNotFound < RuntimeError; end + class InvalidObjectAPIVersionRequested < ArgumentError; end # Can't find a Resource of this type that is valid on this platform. class NoSuchResourceType < NameError |