summaryrefslogtreecommitdiff
path: root/lib/chef/application
diff options
context:
space:
mode:
authorRob Redpath <rob.redpath@wwwh.com>2014-11-17 16:49:03 +0000
committerLamont Granquist <lamont@scriptkiddie.org>2015-01-25 10:57:28 -0800
commitfd8043c8fff8d06c24c4d4dcb544306063e90f65 (patch)
treeba8f637f7d1699a707baba934d157ce607bd3f31 /lib/chef/application
parent37e474e07333a18dc00579cf44ea5e15de4d80f1 (diff)
downloadchef-fd8043c8fff8d06c24c4d4dcb544306063e90f65.tar.gz
require exceptions!
Diffstat (limited to 'lib/chef/application')
-rw-r--r--lib/chef/application/client.rb1
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'