芝麻web文件管理V1.00
编辑当前文件:/home/royashxg/www/wp-content/plugins/fluent-smtp/app/Services/Mailer/ValidatorTrait.php
throwValidationException($errors); } } public function validateProviderInformation($inputs) { // Required Method } public function throwValidationException($errors) { throw new ValidationException( esc_html__('Unprocessable Entity', 'fluent-smtp'), 422, null, $errors // phpcs:ignore WordPress.Security.EscapeOutput.ExceptionNotEscaped ); } }