generate correct exception hierarchy
Closed this issue · 2 comments
tomerfiliba commented
when exception record A extends exception record B, the generated code for exception A should also derive from exception B.
tomerfiliba commented
fixed exception hierarchy. Closed by b108eca
tomerfiliba commented
oops, catch order was incorrect. now it is: 45da185