Documentation

ForbiddenOverwriteException extends InvalidConfigurationException
in package

This exception is thrown when a configuration path is overwritten from a subsequent configuration file, but the entry node specifically forbids this.

Tags
author

Johannes M. Schmitt schmittjoh@gmail.com

Table of Contents

$containsHints  : mixed
$path  : mixed
addHint()  : mixed
Adds extra information that is suffixed to the original exception message.
getPath()  : mixed
setPath()  : mixed

Properties

Methods

addHint()

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

public addHint(string $hint) : mixed
Parameters
$hint : string
Return values
mixed

Search results