class MotherBrain::ValidatorPemNotFound

Public Class Methods

new(filename, options = { required_for: 'bootstrap' }) click to toggle source
Calls superclass method MotherBrain::RequiredFileNotFound::new
# File lib/mb/errors.rb, line 558
def initialize(filename, options = { required_for: 'bootstrap' })
  super
end