php8.5
Home/ Manual/ reference / spl/ The RangeException class

The RangeException class

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.

Intro

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.

Class synopsis

extends RuntimeException { }

Source: reference/spl/rangeexception.xml · from the official PHP manual (php/doc-en)