ToValidate constructor

ToValidate(
  1. String text,
  2. String customMessage
)

Implementation

ToValidate(String text, String customMessage) : super(text, customMessage);