Class ExceptionMessage
A collection of messages used inside of exceptions
Namespace: DSchoenbauer\DotNotation\Enum
Author: David Schoenbauer dschoenbauer@gmail.com
Located at DotNotation/Enum/ExceptionMessage.php
Author: David Schoenbauer dschoenbauer@gmail.com
Located at DotNotation/Enum/ExceptionMessage.php
string |
PATH_NOT_FOUND
|
#
"Path key: '%s' is not found"
|
string |
PATH_NOT_ARRAY
|
#
"Array dot notation path key '%s' is not an array"
|
string |
TARGET_NOT_ARRAY
|
#
"Array dot notation target key '%s' value is not an array."
|