MCPcopy Create free account
hub / github.com/denoland/celld /

Class

crates/celld/js/node_util.js:610–610  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

608 }
609}
610class NodeTypeError extends NodeErrorAbstraction {
611 constructor(code, message) {
612 super(TypeError.prototype.name, code, message);
613 Object.setPrototypeOf(this, TypeError.prototype);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected