Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NopeCHALLC/nopecha-nodejs
/ constructor
Method
constructor
nopecha.js:22–24 ·
view source on GitHub ↗
(message)
Source
from the content-addressed store, hash-verified
20
21
class
InvalidRequestError extends NopeCHAError {
22
constructor(message) {
23
super(message);
24
}
25
}
26
27
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected