mkExFmt

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T mkExFmt(string fmt, A args)
    @safe @nogc
    T
    mkExFmt
    (
    T : Throwable
    string file = __FILE_FULL_PATH__
    size_t line = __LINE__
    A...
    )
    (
    string fmt
    ,
    auto ref A args
    )
  2. T mkExFmt(A args)

Meta