Exception: Chef::Exceptions::DeprecatedExitCode

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/chef/exceptions.rb

Instance Method Summary collapse

Instance Method Details

#initalizeObject



62
63
64
65
66
# File 'lib/chef/exceptions.rb', line 62

def initalize
  super "Exiting with a non RFC 062 Exit Code."
  require "chef/application/exit_code"
  Chef::Application::ExitCode.notify_deprecated_exit_code
end