Exception: CemAcpt::Bolt::BoltProjectError

Inherits:
BoltActionError show all
Defined in:
lib/cem_acpt/bolt/errors.rb

Overview

Class for Bolt project 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 project error occured', original_error = nil, *_args) ⇒ BoltProjectError

Returns a new instance of BoltProjectError.



37
38
39
# File 'lib/cem_acpt/bolt/errors.rb', line 37

def initialize(msg = 'Bolt project error occured', original_error = nil, *_args)
  super(msg, original_error, 'project', 'bolt-project.yaml')
end