https://github.com/rzvxa/oxlint-ecosystem-ci/actions/runs/9511509383/job/26217870705#step:5:66 eg: ```js function f() { try { return a(); } catch (err) { throw new class CustomError extends Error { constructor() { super(err); } }; } finally { this.b(); } } ```