/ Published in: JavaScript
Display an error message in the browser's error console. JavaScript 1.5 and up.
Expand |
Embed | Plain Text
throw new Error("Error message not found!");
You need to login to post a comment.
noah on 06/16/07
errors browser notification exception debugging ui ux chrome catch try throw JavaScript15 handlers 2007
Display an error message in the browser's error console. JavaScript 1.5 and up.
throw new Error("Error message not found!");
You need to login to post a comment.