Hi. I was checking the exceptions handling code for the C bindings and it looks like it simply exists when an error happens.
For my purposes, it would be better if I could somehow trap errors and act upon them instead of simply exiting. Is there a way to do it at all? I noticed there is an Err_trap function in Clownfish but I am not sure if that would do what I want or even how to use it. Any pointers would be much appreciated. Thanks in advance.
