onAssertError
fn
void onAssertError( string file = __FILE__, size_t line = __LINE__ ) nothrowA callback for assert errors in D. The user-supplied assert handler will be called if one has been supplied, otherwise an AssertError will be thrown.
Parameters
file | The name of the file that signaled this error. |
line | The line number on which this error occurred. |