You are here

protected property JsonRpcException::$response in JSON-RPC 8

Same name and namespace in other branches
  1. 2.x src/Exception/JsonRpcException.php \Drupal\jsonrpc\Exception\JsonRpcException::response

The JSON-RPC error response for the exception.

The RPC response object.

Type: \Drupal\jsonrpc\Object\Response

File

src/Exception/JsonRpcException.php, line 23

Class

JsonRpcException
Custom exception class for the module.

Namespace

Drupal\jsonrpc\Exception

Code

protected $response;