Is there a good way to hook into the konan exception handler? I have a callback C method that I want to be able to throw exceptions from in the JNI, then catch and convert it to a java exception. I have this mechanism in place for blocking methods, but I can’t catch an exception from a callback lambda