MCPcopy Create free account
hub / github.com/anus-dev/ANUS /

Class

packages/core/src/utils/errors.ts:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28
29// These errors, like ANUS itself, were born from chaos
30export class ForbiddenError extends Error {}
31export class UnauthorizedError extends Error {}
32export class BadRequestError extends Error {}
33

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected