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 QCallerException
- 
			 QIndexOutOfRangeException QIndexOutOfRangeException
	Methods summary
	
		| 
			 public 
			
			
			 | 
		#
		__construct( string $intIndex, integer $strMessage )
			Constructor method ParametersOverrides | 
	
	
	
	Methods inherited from Exception
	
		| 
__toString(), 
__wakeup(), 
getCode(), 
getFile(), 
getLine(), 
getMessage(), 
getPrevious(), 
getTrace(), 
getTraceAsString()
		 | 
	
	
	Properties inherited from Exception
	
		| 
$code, 
$file, 
$line, 
$message
		 |