Overview

Namespaces

  • DSchoenbauer
    • DotNotation
      • Enum
      • Exception

Classes

  • ExceptionMessage
  • Overview
  • Namespace
  • Class

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
Constants summary
string PATH_NOT_FOUND

Message to be used in PathNotFoundException

Message to be used in PathNotFoundException

# "Path key: '%s' is not found"
string PATH_NOT_ARRAY

Message to be used in PathNotArrayException

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

Message to be used in TargetNotArrayException

# "Array dot notation target key '%s' value is not an array."
API documentation generated by ApiGen