From 016002106825d3c853ed76f0417ce5d5811c9e74 Mon Sep 17 00:00:00 2001 From: tyler-ball Date: Fri, 19 Sep 2014 18:48:47 -0700 Subject: This is what happens when you don't rebase correctly --- lib/chef/exceptions.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/chef/exceptions.rb') 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 -- cgit v1.2.1