34968-vm/vendor/stripe/stripe-php/lib/Exception/RateLimitException.php
Flatlogic Bot 369f552c9f V6
2025-10-15 00:49:03 +00:00

11 lines
293 B
PHP

<?php
namespace Stripe\Exception;
/**
* RateLimitException is thrown in cases where an account is putting too much
* load on Stripe's API servers (usually by performing too many requests).
* Please back off on request rate.
*/
class RateLimitException extends InvalidRequestException {}