YAMLException

Base class for all exceptions thrown by D:YAML.

class YAMLException : Exception {}

Constructors

this
this(string msg, string file, size_t line)

Construct a YAMLException with specified message and position where it was thrown.

Meta