Fix class not found errors

This commit is contained in:
David Stone
2024-12-28 23:26:14 -07:00
parent 5896a993aa
commit b994a75db3
10 changed files with 15 additions and 15 deletions

View File

@ -954,7 +954,7 @@ class Checkout {
wu_maybe_log_error($e);
return new WP_Error('exception', $e->getMessage(), $e->getTrace());
return new \WP_Error('exception', $e->getMessage(), $e->getTrace());
} // end try;