dyaml v0.8.0 (2019-05-26T18:26:26Z)
Home
Dub
Repo
ConstructorException
dyaml
constructor
package
class
ConstructorException :
YAMLException
{
this
(
string
msg
,
Mark
start
,
Mark
end
,
string
file
=
__FILE__
,
size_t
line
=
__LINE__
)
;
}
Constructors
this
this
(
string
msg
,
Mark
start
,
Mark
end
,
string
file
=
__FILE__
,
size_t
line
=
__LINE__
)
Construct a ConstructorException.
Meta
Source
See Implementation
dyaml
constructor
classes
ConstructorException
functions
constructNode