mir-algorithm — Libmir Archive
Libmir Archive
API Reference Index
mir-algorithm Guide
Dlang.org
DateTimeException.this
mir
date
DateTimeException
Constructs a DateTimeException with a message, file, line number, and optional chained exception.
this
(string msg, string file, size_t line, Throwable nextInChain)
this
(string msg, Throwable nextInChain, string file, size_t line)
class
DateTimeException
@
nogc
@
safe
pure nothrow
this
(
string
msg
,
Throwable
nextInChain
,
string
file
= __FILE__
,
size_t
line
= __LINE__
)
mir
date
DateTimeException
constructors
this
Constructs a DateTimeException with a message, file, line number, and optional chained exception.