dyaml ~master (2022-04-27T14:57:33Z)
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
variables
mark
Construct a MarkedYAMLException from a struct storing constructor parameters.