YAMLException

Base class for all exceptions thrown by D:YAML.

Constructors

this
this(string msg, string file = __FILE__, size_t line = __LINE__)

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

Meta