abstract | |
|---|---|
extends |
RuntimeException |
implements |
JsonRpcProtocolExceptionInterface |
Base for every JSON-RPC protocol-level failure raised by the SDK. Concrete subclasses pin a JSON-RPC error category and may carry category-specific context.
| Methods | ||
|---|---|---|
public
|
__construct(?RequestId $requestId, string $message, ?Throwable $previous = null)
|
# |
| Properties | |||
|---|---|---|---|
public
readonly
|
?RequestId
|
$requestId
|
# |