class Services::Config::Errors::Parser
Attributes
last_called_method[R]
Public Class Methods
new(msg = "Something went wrong", last_called_method = '
click to toggle source
Calls superclass method
# File lib/services/config/errors/parser.rb, line 9 def initialize(msg = "Something went wrong", last_called_method = '#init') @last_called_method = last_called_method super(msg) end