RosettaCodeData/Task/Exceptions/JavaScript/exceptions-1.js

4 lines
62 B
JavaScript

function doStuff() {
throw new Error('Not implemented!');
}