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

Method constructor

src/services/auth/errors.ts:10–13  ·  view source on GitHub ↗
(message: string = "User is not logged in")

Source from the content-addressed store, hash-verified

8
9export class UserNotLoggedInError extends AuthError {
10 constructor(message: string = "User is not logged in") {
11 super(message);
12 this.name = "UserNotLoggedInError";
13 }
14}
15
16export class UserEmailNotVerifiedError extends AuthError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected