MCPcopy Create free account
hub / github.com/WardAnalytics/WardGraph /

Class

src/services/auth/errors.ts:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23export class UserNotPremiumError extends AuthError {
24 constructor(message: string = "User is not premium") {
25 super(message);
26 this.name = "UserNotPremiumError";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected