Source code
Revision control
Copy as Markdown
Other Tools
function throwFunction() {
throw new Error("Failing with error foobar");
}
throwFunction();
function throwFunction() {
throw new Error("Failing with error foobar");
}
throwFunction();