ValidationException constructor
const
ValidationException(})
Implementation
const ValidationException(
super.message, {
super.code,
super.details,
this.field,
this.violations = const [],
});
const ValidationException(
super.message, {
super.code,
super.details,
this.field,
this.violations = const [],
});