On Saturday, 31 July 2021 at 08:25:56 UTC, Jeremy T. Gibson wrote:
Now, https://github.com/dlang/druntime/blob/master/src/object.d clearly expresses that the constructors of Exception are @nogc.

That doesn't mean your constructors have to be! You can do whatever you want. Constructors aren't an inherited interface.

Reply via email to