MCPcopy Create free account
hub / github.com/code-with-antonio/nodebase /

Class

src/app/api/sentry-example-api/route.ts:4–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3export const dynamic = "force-dynamic";
4class SentryExampleAPIError extends Error {
5 constructor(message: string | undefined) {
6 super(message);
7 this.name = "SentryExampleAPIError";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected