FormatException.this

Undocumented in source.
  1. this()
  2. this(string msg, string fn, size_t ln, Throwable next)
    class FormatException
    @safe pure nothrow
    this
    (
    string msg
    ,
    string fn = __FILE__
    ,
    size_t ln = __LINE__
    ,
    Throwable next = null
    )

Meta