Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
399
function
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
getMessage
Function · 0.85
lazyInternalUtilInspect
Function · 0.85
assert
Function · 0.70
Tested by
no test coverage detected