MarkedExceptionCtors.this

Undocumented in source.
  1. this(string context, Mark contextMark, string problem, Mark problemMark, string file, size_t line)
  2. this(string problem, Mark problemMark, string file, size_t line)
    template MarkedExceptionCtors()
    @safe pure nothrow
    this
    (
    string problem
    ,,
    string file = __FILE__
    ,
    size_t line = __LINE__
    )
  3. this(const(MarkedYAMLExceptionData) data)

Meta