Is there a way to handle all JavaScript errors / any Exceptions in ExtJS application globally and route it to a function that alerts the user on a server error?
window:onerror() doesn't seem to handle all the JavaScript errors, hence looking for some kind of catch in code, and wrap it to a more generic exception so that would be caught?