Exception: GameServer::RequestParser::ParserError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/request_parser.rb

Instance Method Summary collapse

Constructor Details

#initialize(name, data) ⇒ ParserError

Returns a new instance of ParserError.



34
35
36
# File 'lib/request_parser.rb', line 34

def initialize(name, data)
  super("#{name}\n#{data}")
end