Files
2020-10-18 21:08:40 +02:00

6 lines
91 B
JavaScript

function throwError() {
throw new Error('Some error')
}
exports.throwError = throwError