diff options
author | tyler-ball <tyleraball@gmail.com> | 2014-09-19 18:48:47 -0700 |
---|---|---|
committer | tyler-ball <tyleraball@gmail.com> | 2014-09-19 18:48:47 -0700 |
commit | 016002106825d3c853ed76f0417ce5d5811c9e74 (patch) | |
tree | 6d9681fab85807239a4a6f68c749f8fd48da64a7 /lib/chef/exceptions.rb | |
parent | 7e2c0b1518866ad046115ed804945937b6cd4f0a (diff) | |
download | chef-016002106825d3c853ed76f0417ce5d5811c9e74.tar.gz |
This is what happens when you don't rebase correctly
Diffstat (limited to 'lib/chef/exceptions.rb')
-rw-r--r-- | lib/chef/exceptions.rb | 2 |
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 |