Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pollinations/pollinations
/
Class
shared/auth/api-key.ts:39–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
export
class
BannedAccountError extends Error {
40
constructor(message =
"Account banned"
) {
41
super(message);
42
this.name =
"BannedAccountError"
;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected