PATH:
home
/
letacommog
/
laindinois
/
wp-content
/
plugins
/
wilcity-mobile-app
/
vendor
/
guzzlehttp
/
promises
/
src
<?php namespace GuzzleHttp\Promise; /** * Exception that is set as the reason for a promise that has been cancelled. */ class CancellationException extends RejectionException { }
[+]
..
[-] PromisorInterface.php
[edit]
[-] FulfilledPromise.php
[edit]
[-] TaskQueueInterface.php
[edit]
[-] TaskQueue.php
[edit]
[-] AggregateException.php
[edit]
[-] RejectedPromise.php
[edit]
[-] RejectionException.php
[edit]
[-] Promise.php
[edit]
[-] PromiseInterface.php
[edit]
[-] EachPromise.php
[edit]
[-] functions_include.php
[edit]
[-] functions.php
[edit]
[-] CancellationException.php
[edit]
[-] Coroutine.php
[edit]