NoGcExceptionImpl.msg

We can't let client code access Exception.msg since it's not scoped with DIP1000.

class NoGcExceptionImpl(A)
@safe @nogc return scope
msg
()

Meta