diff options
author | Steven Murawski <steven.murawski@gmail.com> | 2017-04-04 15:29:44 -0500 |
---|---|---|
committer | Steven Murawski <steven.murawski@gmail.com> | 2017-04-04 15:29:44 -0500 |
commit | d08cbdaad788da3b9b1658717353f939361b3add (patch) | |
tree | 2316dacebcf1dd8c5c92a227f25335d4a3812997 /lib/chef/exceptions.rb | |
parent | 4b0926387418cd8d4105c125aebd23e68b612ff4 (diff) | |
download | chef-d08cbdaad788da3b9b1658717353f939361b3add.tar.gz |
removing the use of Chef::Exception::DeprecatedExitCodesmurawski/exit_status_default
Signed-off-by: Steven Murawski <steven.murawski@gmail.com>
Diffstat (limited to 'lib/chef/exceptions.rb')
-rw-r--r-- | lib/chef/exceptions.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/chef/exceptions.rb b/lib/chef/exceptions.rb index be46f262a4..a09a3a062c 100644 --- a/lib/chef/exceptions.rb +++ b/lib/chef/exceptions.rb @@ -59,12 +59,6 @@ class Chef class UnsupportedAction < RuntimeError; end class MissingLibrary < RuntimeError; end - class DeprecatedExitCode < RuntimeError - def initalize - super "Exiting with a non RFC 062 Exit Code." - end - end - class CannotDetermineNodeName < RuntimeError def initialize super "Unable to determine node name: configure node_name or configure the system's hostname and fqdn" |