Documentation

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

Methods

__construct()

public __construct(string $msg, array<string|int, mixed> $reasons) : mixed
Parameters
$msg : string
$reasons : array<string|int, mixed>

        
On this page

Search results