Initial Commit
This commit is contained in:
12
dependencies/stripe/stripe-php/lib/Exception/RateLimitException.php
vendored
Normal file
12
dependencies/stripe/stripe-php/lib/Exception/RateLimitException.php
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace WP_Ultimo\Dependencies\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