UNPKG

aspernaturnulla

Version:
6 lines (5 loc) 251 B
module.exports = function unimplemented () { const error = Object.assign(new Error('Not implemented'), { code: 'ERR_UNIMPLEMENTED' }) if (typeof Error.captureStackTrace === 'function') Error.captureStackTrace(error, unimplemented) throw error }