validate

General validation function.

void
validate
(
string option
)
(
bool isValid
,
lazy string msg = "must be greater than zero"
)

Parameters

option

Name of the option to be validated

msg
Type: string

Error details in case of failure

Throws

darg_plus.exception.ValidationError if !isValid.

Meta