ValidationException constructor

ValidationException(
  1. String message,
  2. List<String> errors
)

Implementation

ValidationException(this.message, this.errors);