dyaml v0.6.1 (2017-05-16T20:02:26Z)
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.