Custom Exceptions
You can define custom Exceptions
by implementing the failedValidation
method:
protected function failedValidation(): void
{
throw new ValidationException($this->validator);
}
Last updated
Was this helpful?
You can define custom Exceptions
by implementing the failedValidation
method:
protected function failedValidation(): void
{
throw new ValidationException($this->validator);
}
Last updated
Was this helpful?