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

Method constructor

nopecha.js:50–52  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

48
49class UnavailableFeatureError extends NopeCHAError {
50 constructor(message) {
51 super(message);
52 }
53}
54
55

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected