DocoptExitHelp.this

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

Constructs a DocoptExitHelp with the help text.

Parameters

msgThe help text to display.
fileThe source file where the exception originated.
lineThe line number where the exception originated.