YoastSEO_Vendor\GuzzleHttp\Promise
AggregateException::__construct() public Yoast 1.0
{} Это метод класса: AggregateException{}
Хуков нет.
Возвращает
Null. Ничего.
Использование
$AggregateException = new AggregateException(); $AggregateException->__construct( $msg, $reasons );
Код AggregateException::__construct() AggregateException:: construct Yoast 15.6.2
public function __construct($msg, array $reasons)
{
parent::__construct($reasons, \sprintf('%s; %d rejected promises', $msg, \count($reasons)));
}