Exception: MotherBrain::ValidatorPemNotFound

Inherits:
RequiredFileNotFound show all
Defined in:
lib/mb/errors.rb

Constant Summary

Constants inherited from MBError

MBError::DEFAULT_EXIT_CODE

Instance Attribute Summary

Attributes inherited from RequiredFileNotFound

#filename, #required_for

Instance Method Summary collapse

Methods inherited from RequiredFileNotFound

#message

Methods inherited from MBError

#error_code, error_code, exit_code, #exit_code, #message, #to_hash, #to_json, #to_s

Constructor Details

#initialize(filename, options = { required_for: 'bootstrap' }) ⇒ ValidatorPemNotFound

Returns a new instance of ValidatorPemNotFound.



558
559
560
# File 'lib/mb/errors.rb', line 558

def initialize(filename, options = { required_for: 'bootstrap' })
  super
end