MCPcopy Create free account
hub / github.com/HiveNexus/HiveChat / InvalidAPIKeyError

Class InvalidAPIKeyError

types/errorTypes.ts:1–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export class InvalidAPIKeyError extends Error {
2 constructor(message: string) {
3 super(message);
4 this.name = 'InvalidAPIKeyError';
5 }
6}
7
8export class OverQuotaError extends Error {
9 constructor(message: string) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected