ValidationException constructor Null safety

ValidationException(
  1. List<String> errors
)

Implementation

ValidationException(super.errors);