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

Method constructor

src/services/auth/errors.ts:17–20  ·  view source on GitHub ↗
(message: string = "The user's email is not verified")

Source from the content-addressed store, hash-verified

15
16export class UserEmailNotVerifiedError extends AuthError {
17 constructor(message: string = "The user's email is not verified") {
18 super(message);
19 this.name = "UserEmailNotVerifiedError";
20 }
21}
22
23export class UserNotPremiumError extends AuthError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected