DocoptLanguageError.this
this
(string msg, string file = __FILE__, size_t line = __LINE__) @safeConstructs a DocoptLanguageError with the given message.
Parameters
msg | The error message describing the language error. |
file | The source file where the error originated. |
line | The line number where the error originated. |