DateTimeException

Represents a date/time error in mir.timestamp, inheriting from Exception with two constructor overloads for message, file, line, and optional next exception chain.

Constructors

this
this(string msg, string file, size_t line, Throwable nextInChain)
this(string msg, Throwable nextInChain, string file, size_t line)