Open Journal Systems  3.3.0
AggregateException.php
1 <?php
3 
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