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

Class

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected