MCPcopy Create free account
hub / github.com/Zoot01/sentrify-dashboard /

Class

apps/api/src/utils/errorHandler.ts:4–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { ReasonPhrases, StatusCodes } from "http-status-codes";
3
4export class APIError extends Error {
5 status: StatusCodes;
6
7 constructor(status: StatusCodes, message: ReasonPhrases | string) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected