\acdhOeaw\utilIndexerException

Exception used by the Indexer class, giving access to resources which were commited when an error occured.

Summary

Methods
Properties
Constants
__construct()
getCommitedResources()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$resources
N/A

Properties

$resources

$resources : array

A collection of already processed resources

Type

array

Methods

__construct()

__construct(string  $message = "", integer  $code, \Throwable  $previous = null, array  $resources = array()) 

Creates the exception

Parameters

string $message

exception message

integer $code

exception code

\Throwable $previous

original exception

array $resources

collection of already commited resources

getCommitedResources()

getCommitedResources() : array

Returns the collection of resources which were already processed when an error occured.

Returns

array