File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
app/code/Magento/QuoteGraphQl/Model/Cart Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,8 @@ public function __construct(
45
45
* @param Quote $cart
46
46
* @param array $cartItems
47
47
* @throws GraphQlInputException
48
+ * @throws \Magento\Framework\Exception\LocalizedException
49
+ * @throws \Magento\Framework\GraphQl\Exception\GraphQlNoSuchEntityException
48
50
*/
49
51
public function execute (Quote $ cart , array $ cartItems ): void
50
52
{
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ public function __construct(
61
61
* @return void
62
62
* @throws GraphQlNoSuchEntityException
63
63
* @throws GraphQlInputException
64
+ * @throws \Magento\Framework\Exception\LocalizedException
64
65
*/
65
66
public function execute (Quote $ cart , array $ cartItemData ): void
66
67
{
You can’t perform that action at this time.
0 commit comments