public class YAMLException : Exception

Base class for all exceptions thrown by D:YAML.

public this(
    string msg, 
    string file = __FILE__, 
    size_t line = __LINE__) @safe pure nothrow

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

Functions

this

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