AggregateException
extends RuntimeException
in package
FinalYes
Collects multiple failures produced while trying a credential chain.
Table of Contents
Properties
- $exceptions : array<string|int, mixed>
Methods
- __construct() : mixed
Properties
$exceptions read-only
public
array<string|int, mixed>
$exceptions
= []
Methods
__construct()
public
__construct(string $message[, array<int, Throwable> $exceptions = [] ]) : mixed
Parameters
- $message : string
- $exceptions : array<int, Throwable> = []