onRangeError

fnnoreturn onRangeError( string file = __FILE__, size_t line = __LINE__ ) @trusted pure nothrow @nogc

A callback for general array bounds errors in D. A RangeError will be thrown.

Parameters

fileThe name of the file that signaled this error.
lineThe line number on which this error occurred.

Throws