MCPcopy Create free account
hub / github.com/pollinations/pollinations /

Class

shared/auth/api-key.ts:46–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46export class StagingAccessDeniedError extends Error {
47 constructor() {
48 super("staging is invite-only");
49 this.name = "StagingAccessDeniedError";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected