On 02/20/2012 09:17 PM, Nick Sabalausky wrote:
>
> // Second param is optional.
> // Not sure if this can be a template mixin or has to be string mixin.
> mixin createException!("AcmeException", "Exception");
>
>
It can be a template mixin that mixes in a string mixin declaration.