File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
app/code/Magento/QuoteGraphQl/Model/Cart Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 9
9
10
10
use Magento \CustomerGraphQl \Model \Customer \Address \GetCustomerAddress ;
11
11
use Magento \CustomerGraphQl \Model \Customer \GetCustomer ;
12
- use Magento \Framework \GraphQl \Exception \GraphQlAuthenticationException ;
13
- use Magento \Framework \GraphQl \Exception \GraphQlAuthorizationException ;
14
- use Magento \Framework \GraphQl \Exception \GraphQlInputException ;
15
- use Magento \Framework \GraphQl \Exception \GraphQlNoSuchEntityException ;
16
- use Magento \Quote \Model \Quote \Address ;
17
12
use Magento \Framework \GraphQl \Query \Resolver \ContextInterface ;
13
+ use Magento \Quote \Model \Quote \Address ;
18
14
19
15
/**
20
16
* Creates a quote address based on given context, customer address ID and customer address
@@ -55,11 +51,8 @@ public function __construct(
55
51
* @param ContextInterface $context
56
52
* @param int|string|null $customerAddressId
57
53
* @param array|null $customerAddress
54
+ *
58
55
* @return Address
59
- * @throws GraphQlAuthenticationException
60
- * @throws GraphQlAuthorizationException
61
- * @throws GraphQlInputException
62
- * @throws GraphQlNoSuchEntityException
63
56
*/
64
57
public function execute (
65
58
ContextInterface $ context ,
You can’t perform that action at this time.
0 commit comments