InvalidTypeException
extends InvalidConfigurationException
in package
This exception is thrown if an invalid type is encountered.
Tags
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
getPath()
public
getPath() : string|null
Return values
string|nullsetPath()
public
setPath(string $path) : void
Parameters
- $path : string