Documentation

DuplicateKeyException extends InvalidConfigurationException
in package

This exception is thrown whenever the key of an array is not unique. This can only be the case if the configuration is coming from an XML file.

Tags
author

Johannes M. Schmitt schmittjoh@gmail.com

Table of Contents

Methods

addHint()  : void
Adds extra information that is suffixed to the original exception message.
getPath()  : string|null
setPath()  : void

Methods

addHint()

Adds extra information that is suffixed to the original exception message.

public addHint(string $hint) : void
Parameters
$hint : string

        
On this page

Search results