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

Class

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected