We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73bf5a9 commit a80ffe8Copy full SHA for a80ffe8
app/code/Magento/Quote/Model/CreateEmptyCartForCustomerWithoutCountryValidation.php
@@ -7,12 +7,14 @@
7
8
namespace Magento\Quote\Model;
9
10
+use Exception;
11
use Magento\Customer\Api\CustomerRepositoryInterface;
12
use Magento\Framework\App\Config\ScopeConfigInterface;
13
use Magento\Framework\Exception\LocalizedException;
14
use Magento\Framework\Exception\NoSuchEntityException;
15
use Magento\Quote\Api\CartRepositoryInterface;
16
use Magento\Store\Model\StoreManagerInterface;
17
+use Magento\Framework\Exception\CouldNotSaveException;
18
19
/**
20
* Class for creating empty cart for customer without country validation
0 commit comments