Overview

Namespaces

  • DSchoenbauer
    • DotNotation
      • Enum
      • Exception

Interfaces

  • ExceptionInterface

Exceptions

  • InvalidArgumentException
  • PathNotArrayException
  • PathNotFoundException
  • TargetNotArrayException
  • UnexpectedValueException
  • Overview
  • Namespace
  • Class

Class PathNotFoundException

Exception thrown when the dot notation path is not found in the target data structure

Exception
Extended by RuntimeException
Extended by UnexpectedValueException
Extended by DSchoenbauer\DotNotation\Exception\UnexpectedValueException implements DSchoenbauer\DotNotation\Exception\ExceptionInterface
Extended by DSchoenbauer\DotNotation\Exception\PathNotFoundException
Namespace: DSchoenbauer\DotNotation\Exception
Author: David Schoenbauer dschoenbauer@gmail.com
Since: 1.1.0
Located at DotNotation/Exception/PathNotFoundException.php
Methods summary
public
# __construct( $key = "", $message = "", $code = 0, $previous = null )
Methods inherited from Exception
__toString(), __wakeup(), getCode(), getFile(), getLine(), getMessage(), getPrevious(), getTrace(), getTraceAsString()
Properties inherited from Exception
$code, $file, $line, $message
API documentation generated by ApiGen