throwValidationException($errors); } } public function validateProviderInformation($inputs) { // Required Method } public function throwValidationException($errors) { throw new ValidationException( __('Unprocessable Entity', 'fluent-smtp'), 422, null, $errors ); } }