FailedClientResponse
in package
implements
FailureResponseInterface
FinalYes
Table of Contents
Interfaces
- FailureResponseInterface
- Carries requests and responses between worker and host process.
Properties
Methods
- __construct() : mixed
- getFailure() : Throwable
- getID() : string|int
Properties
$failure read-only
private
Throwable|null
$failure
= null
$id read-only
private
int|string
$id
Methods
__construct()
public
__construct(int|string $id[, Throwable|null $failure = null ]) : mixed
Parameters
- $id : int|string
- $failure : Throwable|null = null
getFailure()
public
getFailure() : Throwable
Return values
ThrowablegetID()
public
getID() : string|int