Exception: JRPC::Errors::ParseError

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

Instance Attribute Summary

Attributes inherited from ServerError

#code

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ ParseError

Returns a new instance of ParseError.



30
31
32
# File 'lib/jrpc/errors.rb', line 30

def initialize(message)
  super(message, code: -32_700)
end