UNPKG

@jsenv/exception

Version:

Error and throw value wrapper

9 lines (8 loc) 189 B
export const markAsInternalError = (error) => { Object.defineProperty(error, "__INTERNAL_ERROR__", { configurable: true, writable: true, value: true, }); return error; };