MarkedExceptionCtors.this

Undocumented in source.
  1. this(string msg, Mark mark1, string mark2Label, Mark mark2, string file, size_t line)
  2. this(string msg, Mark mark, string file, size_t line)
  3. this(string msg, Mark mark1, string mark2Label, Nullable!Mark mark2, string file, size_t line)
    template MarkedExceptionCtors()
    @safe pure nothrow
    this
    (
    string msg
    ,
    const Mark mark1
    ,
    string mark2Label
    ,
    const Nullable!Mark mark2
    ,
    string file = __FILE__
    ,
    size_t line = __LINE__
    )

Meta