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

Class

packages/core/api/src/account/api.ts:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23// neutral shape.
24
25export class AccountError extends Schema.TaggedErrorClass<AccountError>()(
26 "AccountError",
27 { message: Schema.String },
28 { httpApiStatus: 500 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected