TimeException.this

this(string msg, string file = __FILE__, size_t line = __LINE__, Throwable next = null) @safe pure nothrow

Parameters

msgThe message for the exception.
fileThe file where the exception occurred.
lineThe line number where the exception occurred.
nextThe previous exception in the chain of exceptions, if any.
this(string msg, Throwable next, string file = __FILE__, size_t line = __LINE__) @safe pure nothrow

Parameters

msgThe message for the exception.
nextThe previous exception in the chain of exceptions.
fileThe file where the exception occurred.
lineThe line number where the exception occurred.