es6module_throws.js (94B)
1 function throwFunction() { 2 throw new Error("Failing with error foobar"); 3 } 4 throwFunction();