CancellationException.php in Auth0 Single Sign On 8.2
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. |