SDK for PHP 3.x

AggregateException extends RejectionException
in package

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

Table of Contents

Methods

__construct()  : mixed
getReason()  : mixed
Returns the 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
On this page