OutOfRangeException (class)

The OutOfRangeException class

Introduction

(PHP 5 >= 5.1.0, PHP 7)

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

Class synopsis

OutOfRangeException extends LogicException {
/* Inherited properties */
protected string $message ;