On Sat Oct 25 10:23:54 2025 +0000, Vibhav Pant wrote:
changed this line in [version 2 of the diff](/wine/wine/-/merge_requests/9209/diffs?diff_id=218715&start_sha=60fde6daffda1cbd6a3dadc9d154d06594a27fa3#48b3cd062caffaafb4341438e88acfd833efc49c_1126_1183)
Hm, sure. I used exception handling to get inspect the associated `cxx_exception_type` data. However, it turns out that `Exception` objects in C++ have a slightly complex layout, which includes storing a pointer to the `cxx_exception_type` struct as a field, which we could test instead.