ValidationException constructor

ValidationException(
  1. String message, [
  2. StackTrace? stackTrace
])

Implementation

ValidationException(super.message, [super.stackTrace]);