Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NopeCHALLC/nopecha-nodejs
/ constructor
Method
constructor
nopecha.js:36–38 ·
view source on GitHub ↗
(message)
Source
from the content-addressed store, hash-verified
34
35
class
RateLimitError extends NopeCHAError {
36
constructor(message) {
37
super(message);
38
}
39
}
40
41
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected