MCPcopy Index your code
hub / github.com/nodejs/node / makeSystemErrorWithCode

Function makeSystemErrorWithCode

lib/internal/errors.js:399–405  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

397}
398
399function makeSystemErrorWithCode(key) {
400 return class NodeError extends SystemError {
401 constructor(ctx) {
402 super(key, ctx);
403 }
404 };
405}
406
407// This is a special error type that is only used for the E function.
408class HideStackFramesError extends Error {

Callers 1

EFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…