summaryrefslogtreecommitdiff
path: root/lib/chef/exceptions.rb
diff options
context:
space:
mode:
authortyler-ball <tyleraball@gmail.com>2014-10-30 17:34:37 -0700
committertyler-ball <tyleraball@gmail.com>2014-12-17 18:47:24 -0800
commit4cfb1e47aa8e9501f4f2a01f1d8cc0deb2cfa13b (patch)
treeb0307cd591de26f2b72c6a8d7e45fa2d4af62f6f /lib/chef/exceptions.rb
parent7a49ae038a148c137d72cb5a60a3581b4db264ab (diff)
downloadchef-4cfb1e47aa8e9501f4f2a01f1d8cc0deb2cfa13b.tar.gz
Creating our own example group class to simplify adding examples to the spec runner
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 f5d91c24a6..55d6fcc893 100644
--- a/lib/chef/exceptions.rb
+++ b/lib/chef/exceptions.rb
@@ -384,5 +384,7 @@ class Chef
super "Found more than one provider for #{resource.resource_name} resource: #{classes}"
end
end
+
+ class NoAuditsProvided < RuntimeError; end
end
end