ValidationCollectionException constructor

const ValidationCollectionException(
  1. List<ValidationException> exceptions
)

exceptions are the exceptions that were thrown for this.

Implementation

const ValidationCollectionException(this.exceptions);