DUnitAssertError.this

Constructor.

class DUnitAssertError
pure nothrow @safe
this
(
string message
,
string file
,
size_t line
)

Parameters

message string

The error message.

file string

The file where the error occurred.

line size_t

The line where the error occurred.

Meta