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

Class

packages/oauth/src/errors.ts:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 */
17
18export class OAuthError extends Error {
19 constructor(message: string) {
20 super(message);
21 this.name = 'OAuthError';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected