\GuzzleHttp\PromiseAggregateException

Exception thrown when too many errors occur in the some() or any() methods.

The reason value is available via the getReason() method.

Summary

Methods
Properties
Constants
__construct()
getReason()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$reason
N/A

Properties

$reason

$reason : mixed

Type

mixed — Rejection reason.

Methods

__construct()

__construct(  $msg, array  $reasons) 

Parameters

$msg
array $reasons

getReason()

getReason() : mixed

Returns the rejection reason.

Returns

mixed