Exception: CemAcpt::Bolt::BoltInventoryError

Inherits:
BoltActionError show all
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

Methods inherited from BoltActionError

#bolt_target, #to_h

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