]> git.wh0rd.org - tt-rss.git/commit
simplify error handling
authorAndrew Dolgov <noreply@fakecake.org>
Sat, 4 Mar 2017 11:34:44 +0000 (14:34 +0300)
committerAndrew Dolgov <noreply@fakecake.org>
Sat, 4 Mar 2017 11:34:44 +0000 (14:34 +0300)
commit1bfe1d7b31d5202846beb3425039776fbdbbfb85
treee4c291a6938c060696bd9f499fab89ebcac394ab
parente6d66fe55ca217aeb0fb54b49ac9e7338d519c96
simplify error handling

* less convoluted exception dialogs
* use window.onerror for the majority of exception catching/reporting
* remove most of now useless try/catch blocks
* report stacktrace instead of manually specified error locations
classes/pref/prefs.php
include/functions.php
include/functions2.php
js/FeedTree.js
js/deprecated.js
js/feedlist.js
js/functions.js
js/prefs.js
js/tt-rss.js
js/viewfeed.js