Why try/catch pseudocode not for x86?

The try/catch stack unwinding table for 32-bit Windows binaries looks very similar to the 64-bit version.
Why does the plugin only support the 64-bit stack unwinding table?

I was not aware of that. Afair 32bit exception handling is inline, not outline as in x64.

inline but as iam understand this is out of block
so known to entry in this block, possible to decompile and show in catch pseudocode
exception table look the same as for x64

I don’t see how we can do it easily.