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

Class

src/services/firestore/user/errors.ts:2–2  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// Error for user not existing
2export class UserNotFoundError extends Error {
3 constructor(message: string = "User not found") {
4 super(message);
5 this.name = "UserNotFoundError";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected