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