Exception: JRPC::InvalidParams

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

Instance Attribute Summary

Attributes inherited from ServerError

#code

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ InvalidParams

Returns a new instance of InvalidParams.



4
5
6
# File 'lib/jrpc/error/invalid_params.rb', line 4

def initialize(message)
  super(message, -32602)
end