﻿function catchError() 
{
    return true;
}

window.onerror = catchError;
