AssertException

Thrown on an assertion failure.

@safe pure
class AssertException : Exception {}

Constructors

this
this(string msg, string file, size_t line, Throwable next)
Undocumented in source.

Meta