Overview

Namespaces

  • DSchoenbauer
    • Exception
      • Http
        • ClientError
        • ServerError
      • Platform

Exceptions

  • BadFunctionCallException
  • BadMethodCallException
  • DomainException
  • Exception
  • InvalidArgumentException
  • LengthException
  • LogicException
  • OutOfBoundsException
  • OutOfRangeException
  • OverflowException
  • RangeException
  • RuntimeException
  • UnderflowException
  • UnexpectedValueException
  • Overview
  • Namespace
  • Class

Class OutOfRangeException

Exception thrown when an illegal index was requested. This represents errors that should be detected at compile time.

Exception
Extended by LogicException
Extended by OutOfRangeException
Extended by DSchoenbauer\Exception\Platform\OutOfRangeException implements DSchoenbauer\Exception\ExceptionInterface
Namespace: DSchoenbauer\Exception\Platform
Author: David Schoenbauer dschoenbauer@gmail.com
Since: 1.0.0
Located at Exception/Platform/OutOfRangeException.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