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

Method constructor

sdk-node/src/serialize-error.js:29–31  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

27 name = "NonError";
28
29 constructor(message) {
30 super(NonError._prepareSuperMessage(message));
31 }
32
33 static _prepareSuperMessage(message) {
34 try {

Callers

nothing calls this directly

Calls 1

_prepareSuperMessageMethod · 0.80

Tested by

no test coverage detected