diff options
author | Rob Redpath <rob.redpath@wwwh.com> | 2014-11-17 16:49:03 +0000 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2015-01-25 10:57:28 -0800 |
commit | fd8043c8fff8d06c24c4d4dcb544306063e90f65 (patch) | |
tree | ba8f637f7d1699a707baba934d157ce607bd3f31 /lib | |
parent | 37e474e07333a18dc00579cf44ea5e15de4d80f1 (diff) | |
download | chef-fd8043c8fff8d06c24c4d4dcb544306063e90f65.tar.gz |
require exceptions!
Diffstat (limited to 'lib')
-rw-r--r-- | lib/chef/application/client.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/application/client.rb b/lib/chef/application/client.rb index fe75a09a3f..2dd52fda00 100644 --- a/lib/chef/application/client.rb +++ b/lib/chef/application/client.rb @@ -21,6 +21,7 @@ require 'chef/application' require 'chef/client' require 'chef/config' require 'chef/daemon' +require 'chef/exceptions' require 'chef/log' require 'chef/config_fetcher' require 'chef/handler/error_report' |