Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4140988
AggregateException.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
413 B
Referenced Files
None
Subscribers
None
AggregateException.php
View Options
<?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
))
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Aug 19, 15:46 (3 w, 6 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
97/7a/8cb3da78f73fb9d52c2def806f2d
Default Alt Text
AggregateException.php (413 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment