Exception: CLIChef::ExitError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/cli_chef/components/exit_code.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'The application returned an exit code that indicates an error') ⇒ ExitError

Returns a new instance of ExitError.



15
16
17
# 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