UVASOMIT / metron

JavaScript convenience library and framework written in TypeScript.
MIT License
6 stars 7 forks source link

Rearchitect Error Handling #208

Open TomJLynch opened 4 years ago

TomJLynch commented 4 years ago

Options for reporting errors to the user could use some improvements. Make adjustments to enable global error handling, so we don't have to edit every single metron call. Add an option for redirecting users to an error page, instead of only reporting errors on the current page's alert div.