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

Class APIError

nopecha.js:77–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected