class CancellationException in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/guzzlehttp/promises/src/CancellationException.php \GuzzleHttp\Promise\CancellationException
Exception that is set as the reason for a promise that has been cancelled.
Hierarchy
- class \GuzzleHttp\Promise\RejectionException extends \GuzzleHttp\Promise\RuntimeException
- class \GuzzleHttp\Promise\CancellationException
Expanded class hierarchy of CancellationException
1 file declares its use of CancellationException
- PromiseTest.php in vendor/
guzzlehttp/ promises/ tests/ PromiseTest.php
File
- vendor/
guzzlehttp/ promises/ src/ CancellationException.php, line 7
Namespace
GuzzleHttp\PromiseView source
class CancellationException extends RejectionException {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
RejectionException:: |
private | property | @var mixed Rejection reason. | |
RejectionException:: |
public | function | Returns the rejection reason. | |
RejectionException:: |
public | function | 1 |