summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan McLellan <btm@opscode.com>2012-09-06 15:36:38 -0700
committerBryan McLellan <btm@opscode.com>2012-09-06 15:36:38 -0700
commit722bc99041b03aaf98c099ee46e14f724cc33018 (patch)
tree61bb037d81cafc2672ecc709a005fdf6277752af
parent5842088b8b95f31056f2e3caa46c335884491358 (diff)
downloadchef-722bc99041b03aaf98c099ee46e14f724cc33018.tar.gz
CHEF-3408: Re-remove ShellCommandFailed exception
I readded ShellCommandFailed that was removed in b58efc98a423c55a7f479847500193d335409a9b while rebasing. Fix that.
-rw-r--r--chef/lib/chef/exceptions.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/chef/lib/chef/exceptions.rb b/chef/lib/chef/exceptions.rb
index ad863b0d03..e21a9f65dd 100644
--- a/chef/lib/chef/exceptions.rb
+++ b/chef/lib/chef/exceptions.rb
@@ -119,10 +119,6 @@ class Chef
# Invalid "source" parameter to a remote_file resource
class InvalidRemoteFileURI < ArgumentError; end
- # Backcompat with Chef::ShellOut code:
- require 'mixlib/shellout/exceptions'
- class ShellCommandFailed < Mixlib::ShellOut::ShellCommandFailed; end
-
class MissingRole < RuntimeError
NULL = Object.new