dyaml v0.5.3 (2016-04-30T12:31:44Z)
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.