1import { throPtErr, type DebugH } from './sharedErrF.mts'23export const throwDebugCtx = (debugCtx: DebugH): never => throPtErr('unreachable', debugCtx)4