Overrides RejectionException::__construct
public function __construct(string $msg, array $reasons) { parent::__construct($reasons, sprintf('%s; %d rejected promises', $msg, count($reasons))); }