Skip to content

Commit 4ad4556

Browse files
author
Gabriel Galvao da Gama
committed
Merge remote-tracking branch 'vlmed/mark_extensions_interfaces_as_api' into api-changes-delivery
2 parents 46880ad + 85b3805 commit 4ad4556

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

app/code/Magento/Checkout/Api/Exception/PaymentProcessingRateLimitExceededException.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
/**
1414
* Thrown when too many payment processing/saving requests have been initiated by a user.
15+
*
16+
* @api
1517
*/
1618
class PaymentProcessingRateLimitExceededException extends LocalizedException
1719
{

app/code/Magento/SalesRule/Api/Exception/CodeRequestLimitException.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
/**
1414
* Thrown when coupon codes requests limit is reached.
15+
*
16+
* @api
1517
*/
1618
class CodeRequestLimitException extends LocalizedException
1719
{

0 commit comments

Comments
 (0)