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

Method constructor

lib/internal/errors.js:401–403  ·  view source on GitHub ↗
(ctx)

Source from the content-addressed store, hash-verified

399function makeSystemErrorWithCode(key) {
400 return class NodeError extends SystemError {
401 constructor(ctx) {
402 super(key, ctx);
403 }
404 };
405}
406

Callers

nothing calls this directly

Calls 3

getMessageFunction · 0.85
lazyInternalUtilInspectFunction · 0.85
assertFunction · 0.70

Tested by

no test coverage detected