MCPcopy Create free account
hub / github.com/NopeCHALLC/nopecha-nodejs / constructor

Method constructor

nopecha.js:78–80  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

76
77class APIError extends NopeCHAError {
78 constructor(message) {
79 super(message);
80 }
81}
82
83

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected