| 43 | // --------------------------------------------------------------------------- |
| 44 | |
| 45 | export class AdminUsersError extends Schema.TaggedErrorClass<AdminUsersError>()( |
| 46 | "AdminUsersError", |
| 47 | { message: Schema.String }, |
| 48 | { httpApiStatus: 500 }, |
nothing calls this directly
no outgoing calls
no test coverage detected