class Services::Config::Errors::InvalidConfig

Attributes

last_called_method[R]

Public Class Methods

new(msg, last_called_method) click to toggle source
Calls superclass method Services::Config::Errors::Parser::new
# File lib/services/config/errors/parser.rb, line 18
def initialize(msg, last_called_method)
  super(msg, last_called_method)
end