MarkedYAMLException.this

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

Meta