Exception: MotherBrain::ValidatorPemNotFound
- Inherits:
-
RequiredFileNotFound
- Object
- StandardError
- MBError
- RequiredFileNotFound
- MotherBrain::ValidatorPemNotFound
- Defined in:
- lib/mb/errors.rb
Constant Summary
Constants inherited from MBError
Instance Attribute Summary
Attributes inherited from RequiredFileNotFound
Instance Method Summary collapse
-
#initialize(filename, options = { required_for: 'bootstrap' }) ⇒ ValidatorPemNotFound
constructor
A new instance of ValidatorPemNotFound.
Methods inherited from RequiredFileNotFound
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, = { required_for: 'bootstrap' }) super end |