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

Method constructor

src/services/auth/errors.ts:24–27  ·  view source on GitHub ↗
(message: string = "User is not premium")

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected