MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code /

Class

packages/kosong/src/errors.ts:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 * Request timed out.
25 */
26export class APITimeoutError extends ChatProviderError {
27 constructor(message: string) {
28 super(message);
29 this.name = 'APITimeoutError';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected