Files
HRM-System/vendor/coingate/coingate-php/lib/Exception/RateLimitException.php
2026-04-13 08:19:53 +08:00

11 lines
210 B
PHP

<?php
namespace CoinGate\Exception;
/**
* RateLimitException is thrown when API request limit is exceeded and HTTP Status: 429 (Too Many Requests).
*/
class RateLimitException extends ApiErrorException
{
}