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

Class

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

Source from the content-addressed store, hash-verified

4 * Base error for all chat provider errors.
5 */
6export class ChatProviderError extends Error {
7 constructor(message: string) {
8 super(message);
9 this.name = 'ChatProviderError';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected