class Logeater::Parser::UnmatchedLine
Public Class Methods
new(input)
click to toggle source
Calls superclass method
Logeater::Parser::Error::new
# File lib/logeater/parser_errors.rb, line 11 def initialize(input) super "Unmatched line", input end