MCPcopy Create free account
hub / github.com/agentrpc/agentrpc /

Class

sdk-node/src/serialize-error.js:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24const errorConstructors = new Map(list);
25
26export class NonError extends Error {
27 name = "NonError";
28
29 constructor(message) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected