📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 06:20:42
📂
/ (Root)
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
guzzlehttp
/
promises
/
src
📍 /opt/cpanel/ea-wappspector/vendor/guzzlehttp/promises/src
🔄 Refresh
✏️
Editing: AggregateException.php
Read Only
<?php declare(strict_types=1); namespace GuzzleHttp\Promise; /** * Exception thrown when too many errors occur in the some() or any() methods. */ class AggregateException extends RejectionException { public function __construct(string $msg, array $reasons) { parent::__construct( $reasons, sprintf('%s; %d rejected promises', $msg, count($reasons)) ); } }
💾 Save Changes
❌ Cancel