summaryrefslogtreecommitdiffstats
path: root/vendor/stripe/stripe-php/lib/Exception/RateLimitException.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/stripe/stripe-php/lib/Exception/RateLimitException.php')
-rw-r--r--vendor/stripe/stripe-php/lib/Exception/RateLimitException.php24
1 files changed, 12 insertions, 12 deletions
diff --git a/vendor/stripe/stripe-php/lib/Exception/RateLimitException.php b/vendor/stripe/stripe-php/lib/Exception/RateLimitException.php
index f28f450..cd5c769 100644
--- a/vendor/stripe/stripe-php/lib/Exception/RateLimitException.php
+++ b/vendor/stripe/stripe-php/lib/Exception/RateLimitException.php
@@ -1,12 +1,12 @@
-<?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
-{
-}
+<?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
+{
+}