kian
ts export default <ExportedHandler> { fetch() { try { throw new Error() } catch { return new Response(null, { status: 500, }) } }, };