Exception: GameServer::RequestParser::ParserError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- GameServer::RequestParser::ParserError
- Defined in:
- lib/request_parser.rb
Instance Method Summary collapse
-
#initialize(name, data) ⇒ ParserError
constructor
A new instance of ParserError.
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 |