dyaml.exception
Exceptions thrown by D:YAML and exception related code.
- class YAMLException: object.Exception;
Base class for all exceptions thrown by D:YAML.
- pure nothrow @safe this(string msg, string file = __FILE__, int line = __LINE__);
Construct a YAMLException with specified message and position where it was thrown.