dyaml ~master (2022-04-27T14:57:33Z)
Home
Dub
Repo
MarkedYAMLException.this
dyaml
exception
MarkedYAMLException
Undocumented in source.
this
(string context, Mark contextMark, string problem, Mark problemMark, string file, size_t line)
this
(string problem, Mark problemMark, string file, size_t line)
class
MarkedYAMLException
@
safe
pure nothrow
this
(
string
problem
,
const
Mark
problemMark
,
string
file
= __FILE__
,
size_t
line
= __LINE__
)
this
(const(MarkedYAMLExceptionData) data)
Meta
Source
See Implementation
dyaml
exception
MarkedYAMLException
constructors
this
variables
mark