JFIF x x C C " } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQ aq"2B #3Rbr{
File "RateLimitException.php"
Full Path: /var/www/laravel_filter/vendor/stripe/stripe-php/lib/Exception/RateLimitException.php
File size: 294 bytes
MIME-type: text/x-php
Charset: utf-8
<?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
{
}