Sean Kelly Wrote: > Pretty slick. I've been thinking about generating traces when the throw > occurs instead of when the exception is constructed, and this change allows > that as well. I'll add it to the queue.
Then may be we should have Throwable.OnThrow function? One can make a good use of it. For example what if I want to do custom logging on throw?
