strand v1.0.2 (2023-04-12T13:00:37Z)
Dub
Repo
ThreadError.this
strand
threadbase
ThreadError
Undocumented in source.
this
(string msg, string file, size_t line, Throwable next)
class
ThreadError
@
nogc
@
safe
pure nothrow
this
(
string
msg
,
string
file
= __FILE__
,
size_t
line
= __LINE__
,
Throwable
next
= null
)
this
(string msg, Throwable next, string file, size_t line)
Meta
Source
See Implementation
strand
threadbase
ThreadError
constructors
this