Documentation

FailureResponse extends ServerResponse
in package
implements FailureResponseInterface

FinalYes

Carries failure response.

Table of Contents

Interfaces

FailureResponseInterface
Carries requests and responses between worker and host process.

Properties

$failure  : Throwable
$id  : string|int
$info  : TickInfo

Methods

__construct()  : mixed
getFailure()  : Throwable
getID()  : string|int
getTickInfo()  : TickInfo

Properties

Methods

__construct()

public __construct(Throwable $failure, string|int $id, TickInfo $info) : mixed
Parameters
$failure : Throwable
$id : string|int
$info : TickInfo

getFailure()

public getFailure() : Throwable
Return values
Throwable

        
On this page

Search results