| 2 | |
| 3 | export const dynamic = "force-dynamic"; |
| 4 | class SentryExampleAPIError extends Error { |
| 5 | constructor(message: string | undefined) { |
| 6 | super(message); |
| 7 | this.name = "SentryExampleAPIError"; |
nothing calls this directly
no outgoing calls
no test coverage detected