Exception: CemAcpt::Bolt::BoltInventoryError
- Inherits:
-
BoltActionError
- Object
- StandardError
- BoltActionError
- CemAcpt::Bolt::BoltInventoryError
- Defined in:
- lib/cem_acpt/bolt/errors.rb
Overview
Class for Bolt inventory errors. Can also wrap other errors.
Instance Attribute Summary
Attributes inherited from BoltActionError
#bolt_action, #bolt_object, #original_error
Instance Method Summary collapse
-
#initialize(msg = 'Bolt inventory error occured', original_error = nil, *_args) ⇒ BoltInventoryError
constructor
A new instance of BoltInventoryError.
Methods inherited from BoltActionError
Constructor Details
#initialize(msg = 'Bolt inventory error occured', original_error = nil, *_args) ⇒ BoltInventoryError
Returns a new instance of BoltInventoryError.
44 45 46 |
# File 'lib/cem_acpt/bolt/errors.rb', line 44 def initialize(msg = 'Bolt inventory error occured', original_error = nil, *_args) super(msg, original_error, 'inventory', 'inventory.yaml') end |