MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor /

Class

packages/core/api/src/admin/api.ts:74–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 * directory but never touched executor": see the `getUser` docs below.
73 */
74export class AdminUserNotFound extends Schema.TaggedErrorClass<AdminUserNotFound>()(
75 "AdminUserNotFound",
76 {},
77 { httpApiStatus: 404 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected