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