Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpaceZephyr/myskill
/
Class
baoyu-danger-gemini-web/scripts/gemini-webapi/exceptions.ts:8–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
}
7
8
export
class
APIError extends Error {
9
constructor(message =
'APIError'
) {
10
super(message);
11
this.name =
'APIError'
;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected