TimeException.this
this
(string msg, string file = __FILE__, size_t line = __LINE__, Throwable next = null) @safe pure nothrowParameters
msg | The message for the exception. |
file | The file where the exception occurred. |
line | The line number where the exception occurred. |
next | The previous exception in the chain of exceptions, if any. |
this
(string msg, Throwable next, string file = __FILE__, size_t line = __LINE__) @safe pure nothrowParameters
msg | The message for the exception. |
next | The previous exception in the chain of exceptions. |
file | The file where the exception occurred. |
line | The line number where the exception occurred. |