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
setPath($path)
getPath()
addHint(string $hint)
Adds extra information that is suffixed to the original exception message.
Please login to continue.