basicExceptionCtors

Undocumented in source.
static if(!__traits(compiles, basicExceptionCtors))
mixin template basicExceptionCtors () {}

Constructors

this
this(string msg, string file, size_t line, Throwable next)
this
this(string msg, Throwable next, string file, size_t line)

Meta