CancellationException.php in Zircon Profile 8.0
Same filename and directory in other branches
Namespace
GuzzleHttp\PromiseFile
vendor/guzzlehttp/promises/src/CancellationException.phpView source
<?php
namespace GuzzleHttp\Promise;
/**
* Exception that is set as the reason for a promise that has been cancelled.
*/
class CancellationException extends RejectionException {
}
Classes
Name | Description |
---|---|
CancellationException | Exception that is set as the reason for a promise that has been cancelled. |