GetOptException

Thrown on one of the following conditions: - An unrecognized command-line argument is passed and std.getopt.config.passThrough was not present.

class GetOptException : Exception {}

Constructors

this
this(string msg, string file, size_t line)
Undocumented in source.

Meta