Overview

Namespaces

  • DSchoenbauer
    • DotNotation
      • Enum
      • Exception

Interfaces

  • ExceptionInterface

Exceptions

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

Class UnexpectedValueException

Exception thrown if a value does not match with a set of values. Typically this happens when a function calls another function and expects the return value to be of a certain type or value not including arithmetic or buffer related errors.

Exception
Extended by RuntimeException
Extended by UnexpectedValueException
Extended by DSchoenbauer\DotNotation\Exception\UnexpectedValueException implements DSchoenbauer\DotNotation\Exception\ExceptionInterface

Direct known subclasses

DSchoenbauer\DotNotation\Exception\PathNotArrayException, DSchoenbauer\DotNotation\Exception\PathNotFoundException, DSchoenbauer\DotNotation\Exception\TargetNotArrayException
Namespace: DSchoenbauer\DotNotation\Exception
Author: David Schoenbauer dschoenbauer@gmail.com
Since: 1.1.0
Located at DotNotation/Exception/UnexpectedValueException.php
Methods inherited from Exception
__construct(), __toString(), __wakeup(), getCode(), getFile(), getLine(), getMessage(), getPrevious(), getTrace(), getTraceAsString()
Properties inherited from Exception
$code, $file, $line, $message
API documentation generated by ApiGen