Class QIndexOutOfRangeException
Thrown when trying to access an element in an array whose index does not exist
NOTE: this exception will not fire automatically for you unless you use it with the try-catch block
-
Exception
-
QCallerException
-
QIndexOutOfRangeException
Methods summary
public
|
#
__construct( string $intIndex, integer $strMessage )
Constructor method
Parameters
Overrides
|
Methods inherited from Exception
__toString(),
__wakeup(),
getCode(),
getFile(),
getLine(),
getMessage(),
getPrevious(),
getTrace(),
getTraceAsString()
|
Properties inherited from Exception
$code,
$file,
$line,
$message
|