Remove no longer relevant exception doc comment

This commit is contained in:
Nestor Soriano 2021-02-09 10:07:43 +01:00
parent 26f71af0a9
commit 87d04b8d64
1 changed files with 0 additions and 1 deletions

View File

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