mir-yaml ~master (2021-07-27T14:20:03Z)
Home
Dub
Repo
MarkedYAMLException.this
dyaml
exception
MarkedYAMLException
Construct a MarkedYAMLException from a struct storing constructor parameters.
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)
class
MarkedYAMLException
@
safe
pure nothrow
this
(
ref
const
(
MarkedYAMLExceptionData
)
data
)
Meta
Source
See Implementation
dyaml
exception
MarkedYAMLException
constructors
this
Construct a MarkedYAMLException from a struct storing constructor parameters.