function handleError() {
    return true;
}

window.onerror = handleError;

