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