export class UserNotFound extends Schema.TaggedError<UserNotFound>()(
"UserNotFound",
{ id: UserId },
HttpApiSchema.annotations({ status: 404 }),
) {}
export class UserNotFound extends Schema.TaggedError<UserNotFound>()(
"UserNotFound",
{ id: UserId },
HttpApiSchema.annotations({ status: 404 }),
) {}