when i add this it says cancelable = true how to cancel the error
htmlwebsite.addEventListener(HTMLUncaughtScriptExceptionEvent.UNCAUGHT_SCRIPT_EXCEPTION, cata);
function cata(e:HTMLUncaughtScriptExceptionEvent) {
trace(e.exceptionValue);
}
when i add this it says cancelable = true how to cancel the error
htmlwebsite.addEventListener(HTMLUncaughtScriptExceptionEvent.UNCAUGHT_SCRIPT_EXCEPTION, cata);
function cata(e:HTMLUncaughtScriptExceptionEvent) {
trace(e.exceptionValue);
}