InvalidConfigurationException
extends Exception
in package
A very general exception which can be thrown whenever non of the more specific exceptions is suitable.
Tags
Table of Contents
Properties
- $containsHints : bool
- $path : string|null
Methods
- addHint() : mixed
- Adds extra information that is suffixed to the original exception message.
- getPath() : string|null
- setPath() : mixed
Properties
$containsHints
private
bool
$containsHints
= false
$path
private
string|null
$path
= null
Methods
addHint()
Adds extra information that is suffixed to the original exception message.
public
addHint(string $hint) : mixed
Parameters
- $hint : string
getPath()
public
getPath() : string|null
Return values
string|nullsetPath()
public
setPath(string $path) : mixed
Parameters
- $path : string