tomerfiliba/agnos

generate correct exception hierarchy

Closed this issue · 2 comments

when exception record A extends exception record B, the generated code for exception A should also derive from exception B.

fixed exception hierarchy. Closed by b108eca

oops, catch order was incorrect. now it is: 45da185