Elgg  Version master
Elgg\Exceptions\RangeException Class Reference

Exception thrown to indicate range errors during program execution. More...

Inheritance diagram for Elgg\Exceptions\RangeException:
Elgg\Exceptions\ExceptionInterface

Detailed Description

Exception thrown to indicate range errors during program execution.

Normally this means there was an arithmetic error other than under/overflow. This is the runtime version of DomainException.

See also
https://www.php.net/manual/en/class.rangeexception.php
Since
4.3

Definition at line 13 of file RangeException.php.


The documentation for this class was generated from the following file: