DateTimeException

Represents an exception thrown for date-time related errors in the mir library, providing constructors with message, file, line, and optional chained exception.

Constructors

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