Documentation

RequestBehaviour
in package

Table of Contents

$exception  : Exception|null
$retryDuration  : int|null
exception()  : Exception|null
fail()  : RequestBehaviour
retry()  : RequestBehaviour
retryDuration()  : int|null
__construct()  : mixed

Properties

Methods

exception()

public exception() : Exception|null
Return values
Exception|null

retryDuration()

public retryDuration() : int|null
Return values
int|null

__construct()

private __construct(int|null $retryDuration, Exception|null $exception) : mixed
Parameters
$retryDuration : int|null
$exception : Exception|null
Return values
mixed

        

Search results