InvalidJsonRpcParamsException constructor

InvalidJsonRpcParamsException(
  1. int requestId
)

Implementation

InvalidJsonRpcParamsException(this.requestId)
    : this.message = 'Invalid JSON RPC Request.';