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

Method constructor

nopecha.js:29–31  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

27
28class IncompleteJobError extends NopeCHAError {
29 constructor(message) {
30 super(message);
31 }
32}
33
34

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected