Overview

Namespaces

  • DSchoenbauer
    • DotNotation
      • Enum
      • Exception

Interfaces

  • ExceptionInterface

Exceptions

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

Class TargetNotArrayException

Exception thrown when the final node in the dot notation path needs to be an array but it is not.

Exception
Extended by RuntimeException
Extended by UnexpectedValueException
Extended by DSchoenbauer\DotNotation\Exception\UnexpectedValueException implements DSchoenbauer\DotNotation\Exception\ExceptionInterface
Extended by DSchoenbauer\DotNotation\Exception\TargetNotArrayException
Namespace: DSchoenbauer\DotNotation\Exception
Author: David Schoenbauer dschoenbauer@gmail.com
Since: 1.1.0
Located at DotNotation/Exception/TargetNotArrayException.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