Class AggregateException
Exception thrown when too many errors occur in the some() or any() methods.
-
Exception
implements
Throwable
-
RuntimeException
-
GuzzleHttp\Promise\RejectionException
-
GuzzleHttp\Promise\AggregateException
Methods summary
public
|
#
__construct( mixed $msg, array $reasons )
Parameters
- $msg
- $reason Rejection reason.
- $reasons
- $description Optional description
Overrides
|
Methods inherited from Exception
__toString(),
__wakeup(),
getCode(),
getFile(),
getLine(),
getMessage(),
getPrevious(),
getTrace(),
getTraceAsString()
|
Properties inherited from Exception
$code,
$file,
$line,
$message
|