Function EntropyException.this

this (
  string msg,
  string file = __FILE__,
  ulong line = cast(ulong)__LINE__,
  object.Throwable next = null
) pure nothrow @nogc @safe const;

Parameters

NameDescription
msg Message to output.
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.