Exception: Logeater::Parser::MalformedTimestamp

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

Instance Method Summary collapse

Constructor Details

#initialize(input) ⇒ MalformedTimestamp

Returns a new instance of MalformedTimestamp.



17
18
19
# File 'lib/logeater/parser_errors.rb', line 17

def initialize(input)
  super "Malformed timestamp", input
end