mkExFmt

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

Meta