GetOptException

Thrown on one of the following conditions:

  • An unrecognized command-line argument is passed, and std.getopt.config.passThrough was not present.
  • A command-line option was not found, and std.getopt.config.required was present.
  • A callback option is missing a value.
class GetOptException : Exception {}

Mixed In Members

From mixin basicExceptionCtors

this
this(string msg, string file, size_t line, Throwable next)
this
this(string msg, Throwable next, string file, size_t line)

Meta