dyaml v0.6.1 (2017-05-16T20:02:26Z)
Home
Dub
Repo
ConstructorException
dyaml
constructor
Undocumented in source.
package
class
ConstructorException :
YAMLException
{
this
(string msg, Mark start, Mark end, string file, int line);
}
Constructors
this
this
(string msg, Mark start, Mark end, string file, int line)
Construct a ConstructorException.
Meta
Source
See Implementation
dyaml
constructor
classes
Constructor
ConstructorException
functions
constructBinary
constructBool
constructLong
constructMap
constructMerge
constructNull
constructOrderedMap
constructPairs
constructReal
constructSequence
constructSet
constructString
constructTimestamp
getPairs