DocoptLanguageError.this

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

Constructs a DocoptLanguageError with the given message.

Parameters

msgThe error message describing the language error.
fileThe source file where the error originated.
lineThe line number where the error originated.