On 10/1/12, Walter Bright <newshound1 at digitalmars.com> wrote: > Also, consider that in C++ you can throw any type, such as an int. There > is no credible way to make this work reasonably in D, as exceptions are > all derived from Exception. Is that a bug or a feature? :)