class UniversalAccessLogParser::ParsingError
Attributes
line[R]
parser[R]
Public Class Methods
new(msg, parser, line)
click to toggle source
Calls superclass method
# File lib/universal-access-log-parser.rb, line 8 def initialize(msg, parser, line) @parser = parser @line = line super(msg) end