TlsException.this

this(string msg, string file = __FILE__, size_t line = __LINE__, Throwable next = null)

Constructs a TLS exception.

Parameters

msgThe error message.
fileSource file where the exception was thrown.
lineLine number where the exception was thrown.
nextOptional chained exception.