export default function () { try { throw new Error("boom"); } catch { throw new Error("megaboom"); } finally { throw new Error("teraboom"); } }