From 87d04b8d64ff6f2bdb235653452afe5e0e43bdeb Mon Sep 17 00:00:00 2001 From: Nestor Soriano Date: Tue, 9 Feb 2021 10:07:43 +0100 Subject: [PATCH] Remove no longer relevant exception doc comment --- includes/class-wc-checkout.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/class-wc-checkout.php b/includes/class-wc-checkout.php index 431a3891db4..b417dcc6108 100644 --- a/includes/class-wc-checkout.php +++ b/includes/class-wc-checkout.php @@ -834,7 +834,6 @@ class WC_Checkout { * @since 3.0.0 * @param array $data An array of posted data. * @param WP_Error $errors Validation errors. - * @throws Exception Invalid country code in billing or shipping address. */ protected function validate_checkout( &$data, &$errors ) { $this->validate_posted_data( $data, $errors );