PATH:
home
/
lab2454c
/
incforce.com
/
wp-content
/
plugins
/
easy-wp-smtp
/
vendor_prefixed
/
guzzlehttp
/
promises
/
src
<?php namespace EasyWPSMTP\Vendor\GuzzleHttp\Promise; /** * Exception thrown when too many errors occur in the some() or any() methods. */ class AggregateException extends \EasyWPSMTP\Vendor\GuzzleHttp\Promise\RejectionException { public function __construct($msg, array $reasons) { parent::__construct($reasons, \sprintf('%s; %d rejected promises', $msg, \count($reasons))); } }
[-] FulfilledPromise.php
[edit]
[-] Coroutine.php
[edit]
[+]
..
[-] CancellationException.php
[edit]
[-] EachPromise.php
[edit]
[-] PromiseInterface.php
[edit]
[-] AggregateException.php
[edit]
[-] Utils.php
[edit]
[-] functions_include.php
[edit]
[-] Promise.php
[edit]
[-] RejectedPromise.php
[edit]
[-] Create.php
[edit]
[-] Each.php
[edit]
[-] functions.php
[edit]
[-] Is.php
[edit]
[-] RejectionException.php
[edit]
[-] PromisorInterface.php
[edit]
[-] TaskQueue.php
[edit]
[-] TaskQueueInterface.php
[edit]