Skip to content

Commit 85b3805

Browse files
committed
Mark Exceptions as API
1 parent 2e1b1b0 commit 85b3805

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)