Exception: Logeater::Parser::ParserNotImplemented

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

Instance Method Summary collapse

Constructor Details

#initialize(input) ⇒ ParserNotImplemented

Returns a new instance of ParserNotImplemented.



29
30
31
# File 'lib/logeater/parser_errors.rb', line 29

def initialize(input)
  super "Unable to parse", input
end