AssertException

Thrown on an assertion failure.

version(unittest)
@safe pure
class AssertException : Exception {}

Constructors

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

Meta