On 2012-10-01 19:23, Jonathan M Davis wrote:
If you really need to declare new exception types all that often, I'd be inclined to think that you're creating a lot of needless exception types. But even if that's not the case and you really need many, new exception types with no extra member variables, it's trivial to create a mixin for doing that, though you don't get any ddoc if you do that.
It's not that many in a single project but I have projects and I prefer to have at least one exception base class in each.
Yeah, mixins and ddoc does not go hand in hand. -- /Jacob Carlborg
