| 11 | |
| 12 | /** Public 500 surface. Opaque by schema — only `traceId` crosses the wire. */ |
| 13 | export class InternalError extends Schema.TaggedErrorClass<InternalError>()( |
| 14 | "InternalError", |
| 15 | { |
| 16 | /** Opaque correlation id for backend lookup (Sentry event id, log line, etc.). */ |
nothing calls this directly
no outgoing calls
no test coverage detected