class Logeater::Parser::MalformedTimestamp

Public Class Methods

new(input) click to toggle source
Calls superclass method Logeater::Parser::Error::new
# File lib/logeater/parser_errors.rb, line 17
def initialize(input)
  super "Malformed timestamp", input
end