CancellationException
extends RejectionException
in package
Exception that is set as the reason for a promise that has been cancelled.
Table of Contents
Properties
- $reason : mixed
Methods
- __construct() : mixed
- getReason() : mixed
- Returns the rejection reason.
Properties
$reason
private
mixed
$reason
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