ParseAggregateException
extends ParseException
in package
Class ParseAggregateException - Multiple error condition.
Tags
Table of Contents
- $errors : array<string|int, mixed>
- Collection of error values
- __construct() : mixed
- Constructs a Parse\ParseAggregateException.
- getErrors() : array<string|int, mixed>
- Return the aggregated errors that were thrown.
Properties
$errors
Collection of error values
private
array<string|int, mixed>
$errors
Methods
__construct()
Constructs a Parse\ParseAggregateException.
public
__construct(string $message[, array<string|int, mixed> $errors = [] ][, Exception $previous = null ]) : mixed
Parameters
- $message : string
-
Message for the Exception.
- $errors : array<string|int, mixed> = []
-
Collection of error values.
- $previous : Exception = null
-
Previous exception.
Return values
mixed —getErrors()
Return the aggregated errors that were thrown.
public
getErrors() : array<string|int, mixed>