3
0
Fork 0
mirror of https://thingvellir.net/git/overte synced 2025-03-27 23:52:03 +01:00
overte-thingvellir/scripts/developer/tests/unit_tests/moduleTests/exceptions/exception.js
2017-03-07 16:36:10 -05:00

4 lines
87 B
JavaScript

/* eslint-env node */
module.exports = "n/a";
throw new Error('exception on line 2');