ValidationException constructor
ValidationException(
- String message, [
- StackTrace? stackTrace
Implementation
ValidationException(super.message, [super.stackTrace]);
ValidationException(super.message, [super.stackTrace]);