Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
const
errorConstructors =
new
Map(list);
25
26
export
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