Exception: MotherBrain::ChefRunFailure
- Defined in:
- lib/mb/errors.rb
Constant Summary
Constants inherited from MBError
Instance Method Summary collapse
-
#initialize(errors) ⇒ ChefRunFailure
constructor
A new instance of ChefRunFailure.
Methods inherited from MBError
#error_code, error_code, exit_code, #exit_code, #message, #to_hash, #to_json, #to_s
Constructor Details
#initialize(errors) ⇒ ChefRunFailure
Returns a new instance of ChefRunFailure.
425 426 427 |
# File 'lib/mb/errors.rb', line 425 def initialize(errors) @errors = errors end |