InvalidException constructor

InvalidException(
  1. string message,
  2. Iterable<String> errors
)

Implementation

InvalidException(this.message, this.errors);