File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
app/code/Magento/Quote/Model Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 8
8
9
9
use Magento \Framework \App \ObjectManager ;
10
10
use Magento \Framework \Exception \InputException ;
11
- use Magento \Framework \Exception \NoSuchEntityException ;
12
11
use Magento \Quote \Api \BillingAddressManagementInterface ;
13
12
use Magento \Quote \Api \Data \AddressInterface ;
14
13
use Magento \Quote \Api \Data \CartInterface ;
@@ -127,7 +126,6 @@ private function getShippingAddressAssignment()
127
126
* @param AddressInterface $address
128
127
* @return void
129
128
* @throws InputException The specified address belongs to another customer.
130
- * @throws NoSuchEntityException The specified customer ID or address ID is not valid.
131
129
*/
132
130
public function validateAddress (CartInterface $ cart , AddressInterface $ address ): void
133
131
{
You can’t perform that action at this time.
0 commit comments