| 72 | * directory but never touched executor": see the `getUser` docs below. |
| 73 | */ |
| 74 | export class AdminUserNotFound extends Schema.TaggedErrorClass<AdminUserNotFound>()( |
| 75 | "AdminUserNotFound", |
| 76 | {}, |
| 77 | { httpApiStatus: 404 }, |
nothing calls this directly
no outgoing calls
no test coverage detected