ValidationError constructor

ValidationError(
  1. List<String> errors
)

Implementation

ValidationError(List<String> errors) : super(errors);