Sid Gifari File Manager
🏠 Root
/
home2
/
meumer25
/
painelbistroemcasa.meumercado.app
/
vendor
/
stripe
/
stripe-php
/
lib
/
Exception
/
Editing: RateLimitException.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 { }
Save
Cancel