Exception: Logeater::Parser::Error

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

Instance Method Summary collapse

Constructor Details

#initialize(message, input) ⇒ Error

Returns a new instance of Error.



5
6
7
# File 'lib/logeater/parser_errors.rb', line 5

def initialize(message, input)
  super "#{message}: #{input.inspect}"
end