Exception: Logeater::Parser::UnmatchedLine

Inherits:
Error
  • Object
show all
Defined in:
lib/logeater/parser_errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(input) ⇒ UnmatchedLine

Returns a new instance of UnmatchedLine.



11
12
13
# File 'lib/logeater/parser_errors.rb', line 11

def initialize(input)
  super "Unmatched line", input
end