Steve Teale wrote: > If I want a catch-all catch, which should I be using. > > Out of habit I use Exception, but if I do that then I will miss some things thrown from Phobos. > > Is it the intention that Throwable be used for this purpose? > Yes.