W3cubDocs

/Symfony 2.8

Symfony\Component\Config\Definition\Exception\InvalidConfigurationException

class InvalidConfigurationException extends Exception

A very general exception which can be thrown whenever non of the more specific exceptions is suitable.

Methods

setPath($path)
getPath()
addHint(string $hint)

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

Details

public setPath($path)

Parameters

$path

public getPath()

public addHint(string $hint)

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

Parameters

string $hint