Exception: Logeater::Parser::MalformedParameters

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

Instance Method Summary collapse

Constructor Details

#initialize(input) ⇒ MalformedParameters

Returns a new instance of MalformedParameters.



23
24
25
# File 'lib/logeater/parser_errors.rb', line 23

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