Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save SunsetMkt/01248543872ca4ca3a6dc10b5a59662c to your computer and use it in GitHub Desktop.
Save SunsetMkt/01248543872ca4ca3a6dc10b5a59662c to your computer and use it in GitHub Desktop.
The one Javascript exception handler to rule them all.
/* I did not come up this but can't find the proper source. */
try {
// Some shiz.
} catch (e) {
var xcb="http://stackoverflow.com/search?q=[js]" + e.message;
window.open(xcb, '_blank');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment