summaryrefslogtreecommitdiff
path: root/lib/chef/exceptions.rb
diff options
context:
space:
mode:
authortylercloke <tylercloke@gmail.com>2015-05-14 14:20:44 -0700
committertylercloke <tylercloke@gmail.com>2015-05-14 14:20:44 -0700
commit38603f0ee0d64e8f5793b1e97bc4f09808d9893e (patch)
tree03439b7fb0ae9044693f3e8d48bbdc3ceee0cc99 /lib/chef/exceptions.rb
parent9a2e18aa8638c08c8c72f8107e520273caa2eabe (diff)
downloadchef-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.rb1
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