unit-threaded ~master (2021-11-18T12:06:34.8915742)
Dub
Repo
UnitTestException.this
unit_threaded
exception
UnitTestException
Undocumented in source.
this
(string msg, string file, size_t line, Throwable next)
class
UnitTestException
@
safe
pure nothrow
this
(
const
string
msg
,
string
file
= __FILE__
,
size_t
line
= __LINE__
,
Throwable
next
= null
)
this
(string[] msgLines, string file, size_t line, Throwable next)
Meta
Source
See Implementation
unit_threaded
exception
UnitTestException
constructors
this
functions
toString