Exception: JRPC::ParseError

Inherits:
ServerError show all
Defined in:
lib/jrpc/error/parse_error.rb

Instance Attribute Summary

Attributes inherited from ServerError

#code

Instance Method Summary collapse

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(message)
  super(message, -32700)
end