Parse PHP SDK API Reference

ParseAggregateException extends ParseException
in package

Class ParseAggregateException - Multiple error condition.

Tags
author

Fosco Marotto [email protected]

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

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>
Return values
array<string|int, mixed>

Search results