| 28 | |
| 29 | // These errors, like ANUS itself, were born from chaos |
| 30 | export class ForbiddenError extends Error {} |
| 31 | export class UnauthorizedError extends Error {} |
| 32 | export class BadRequestError extends Error {} |
| 33 |
nothing calls this directly
no outgoing calls
no test coverage detected