PATH:
var
/
www
/
vhosts
/
sandbox.dos-group.com
/
beacons.sandbox.dos-group.com
/
vendor
/
guzzlehttp
/
promises
/
src
<?php namespace GuzzleHttp\Promise; /** * Exception thrown when too many errors occur in the some() or any() methods. */ class AggregateException extends RejectionException { public function __construct($msg, array $reasons) { parent::__construct( $reasons, sprintf('%s; %d rejected promises', $msg, count($reasons)) ); } }
[-] functions_include.php
[open]
[-] RejectedPromise.php
[open]
[-] PromiseInterface.php
[open]
[-] functions.php
[open]
[-] Promise.php
[open]
[+]
..
[-] CancellationException.php
[open]
[-] FulfilledPromise.php
[open]
[-] Coroutine.php
[open]
[-] AggregateException.php
[open]
[-] RejectionException.php
[open]
[-] EachPromise.php
[open]
[-] TaskQueueInterface.php
[open]
[-] PromisorInterface.php
[open]
[-] TaskQueue.php
[open]