Open Journal Systems
3.3.0
AggregateException.php
1
<?php
2
namespace
GuzzleHttp\Promise
;
3
7
class
AggregateException
extends
RejectionException
8
{
9
public
function
__construct
($msg, array $reasons)
10
{
11
parent::__construct(
12
$reasons,
13
sprintf(
'%s; %d rejected promises'
, $msg, count($reasons))
14
);
15
}
16
}
GuzzleHttp\Promise\AggregateException
Definition:
AggregateException.php:7
GuzzleHttp\Promise\RejectionException
Definition:
RejectionException.php:9
GuzzleHttp\Promise\AggregateException\__construct
__construct($msg, array $reasons)
Definition:
AggregateException.php:9
GuzzleHttp\Promise
Definition:
AggregateException.php:2
plugins
paymethod
paypal
vendor
guzzlehttp
promises
src
AggregateException.php
Generated on Fri Aug 28 2020 14:50:36 for Open Journal Systems by
1.8.17