AggregateException
extends RejectionException
in package
Exception thrown when too many errors occur in the some() or any() methods.
Table of Contents
- $reason : mixed
- __construct() : mixed
- getReason() : mixed
- Returns the rejection reason.
Properties
$reason
private
mixed
$reason
Methods
__construct()
public
__construct(mixed $msg, array<string|int, mixed> $reasons) : mixed
Parameters
- $msg : mixed
- $reasons : array<string|int, mixed>
Return values
mixed —getReason()
Returns the rejection reason.
public
getReason() : mixed