MCPcopy Create free account
hub / github.com/CommandCodeAI/BaseAI /

Class

packages/core/src/common/errors.ts:133–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133export class NotFoundError extends APIError {
134 override readonly status: 404 = 404;
135}
136

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected