d-opts ~master (2021-12-22T10:53:40.8006743)
Dub
Repo
MissingParameterException
eph
args
err
Undocumented in source.
class
MissingParameterException : Exception {
this
(Argument opt);
this
(Parameter param);
const
(
Argument
)
getArgument
();
const
(
Parameter
)
getParameter
();
}
Constructors
this
this
(Argument opt)
Undocumented in source.
this
this
(Parameter param)
Undocumented in source.
Members
Functions
getArgument
const
(
Argument
)
getArgument
()
Undocumented in source. Be warned that the author may not have intended to support it.
getParameter
const
(
Parameter
)
getParameter
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
eph
args
err
classes
ConflictingOptionsException
MissingParameterException
UnexpectedParameterException
UnknownFlagException