MarkedYAMLException

Undocumented in source.

Constructors

this
this(string context, Mark contextMark, string problem, Mark problemMark, string file, size_t line)
Undocumented in source.
this
this(string problem, Mark problemMark, string file, size_t line)
Undocumented in source.
this
this(const(MarkedYAMLExceptionData) data)

Construct a MarkedYAMLException from a struct storing constructor parameters.

Members

Variables

mark
Mark mark;

Position of the error.

Meta