I don't suppose there's a way to change the default exception handler without using a modified druntime
I'm pretty sure there used to be, but not anymore looking at the source. The d_run_main function has a hardcoded catch block.
Why do you need to change the default though? Can't you just wrap your own main function in a big try/catch block?
