diff --git a/app/code/Magento/Quote/Api/CartRepositoryInterface.php b/app/code/Magento/Quote/Api/CartRepositoryInterface.php index dc0ce80f74ddf..208de279a40b7 100644 --- a/app/code/Magento/Quote/Api/CartRepositoryInterface.php +++ b/app/code/Magento/Quote/Api/CartRepositoryInterface.php @@ -68,6 +68,9 @@ public function getActiveForCustomer($customerId, array $sharedStoreIds = []); * * @param \Magento\Quote\Api\Data\CartInterface $quote * @return void + * @throws \Magento\Framework\Exception\InputException + * @throws \Magento\Framework\Exception\CouldNotSaveException + * @throws \Magento\Framework\Exception\LocalizedException */ public function save(\Magento\Quote\Api\Data\CartInterface $quote);