FormatException.this

this() @safe @nogc pure nothrow

Generic constructor.

this(string msg, string fn = __FILE__, size_t ln = __LINE__, Throwable next = null) @safe @nogc pure nothrow

Creates a new instance of FormatException.

Parameters

msgmessage of the exception
fnfile name of the file where the exception was created (optional)
lnline number of the file where the exception was created (optional)
nextfor internal use, should always be null (optional)