YAMLException.this

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

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

Meta