dyaml v0.8.3 (2020-09-19T21:46:57Z)
Home
Dub
Repo
MarkedYAMLException
dyaml
exception
Undocumented in source.
package abstract
class
MarkedYAMLException :
YAMLException
{
this
(string context, Mark contextMark, string problem, Mark problemMark, string file, size_t line);
this
(string problem, Mark problemMark, string file, size_t line);
this
(const(MarkedYAMLExceptionData) data);
}
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.
Meta
Source
See Implementation
dyaml
exception
classes
MarkedYAMLException
YAMLException
structs
Mark
MarkedYAMLExceptionData
templates
ExceptionCtors
MarkedExceptionCtors