summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortyler-ball <tyleraball@gmail.com>2014-09-19 18:48:47 -0700
committertyler-ball <tyleraball@gmail.com>2014-09-19 18:48:47 -0700
commit016002106825d3c853ed76f0417ce5d5811c9e74 (patch)
tree6d9681fab85807239a4a6f68c749f8fd48da64a7
parent7e2c0b1518866ad046115ed804945937b6cd4f0a (diff)
downloadchef-016002106825d3c853ed76f0417ce5d5811c9e74.tar.gz
This is what happens when you don't rebase correctly
-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 eb16abdaa6..67429ac5a2 100644
--- a/lib/chef/exceptions.rb
+++ b/lib/chef/exceptions.rb
@@ -183,6 +183,8 @@ class Chef
class ChildConvergeError < RuntimeError; end
+ class NoProviderAvailable < RuntimeError; end
+
class MissingRole < RuntimeError
NULL = Object.new