class CLIChef::ExitError

Public Class Methods

new(msg = 'The application returned an exit code that indicates an error') click to toggle source
Calls superclass method
# File lib/cli_chef/components/exit_code.rb, line 15
def initialize(msg = 'The application returned an exit code that indicates an error')
  super
end