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 ); } }