mirror of
https://github.com/itflow-org/itflow
synced 2026-07-24 01:10:40 +00:00
Rename plugins to libs and update all file references
This commit is contained in:
10
libs/stripe-php/lib/Exception/RateLimitException.php
Normal file
10
libs/stripe-php/lib/Exception/RateLimitException.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?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 {}
|
||||
Reference in New Issue
Block a user