SDK for PHP 3.x

RejectionException extends RuntimeException
in package

A special exception that is thrown when waiting on a rejected promise.

The reason value is available via the getReason() method.

Table of Contents

Methods

__construct()  : mixed
getReason()  : mixed
Returns the rejection reason.

Methods

__construct()

public __construct(mixed $reason[, string|null $description = null ]) : mixed
Parameters
$reason : mixed

Rejection reason.

$description : string|null = null

Optional description.

getReason()

Returns the rejection reason.

public getReason() : mixed
On this page