$notInRange public property
User-defined error message is used when validation fails due to IP address is not not allowed by $ranges check.
You may use the following placeholders in the message:
-
{attribute}
: the label of the attribute being validated -
{value}
: the value of the attribute being validated
See also $ranges.
public string $notInRange = null
Please login to continue.