Exception: JRPC::ParseError
- Inherits:
-
ServerError
- Object
- RuntimeError
- Error
- ServerError
- JRPC::ParseError
- Defined in:
- lib/jrpc/error/parse_error.rb
Instance Attribute Summary
Attributes inherited from ServerError
Instance Method Summary collapse
-
#initialize(message) ⇒ ParseError
constructor
A new instance of ParseError.
Constructor Details
#initialize(message) ⇒ ParseError
Returns a new instance of ParseError.
4 5 6 |
# File 'lib/jrpc/error/parse_error.rb', line 4 def initialize() super(, -32700) end |