NuException.create

Helper that creates a new exception.

class NuException
@nogc static
create
(
const(char)[] msg
,
Throwable nextInChain = null
,
string file = __FILE__
,
size_t line = __LINE__
)

Meta