summaryrefslogtreecommitdiffstats
path: root/vendor/stripe/stripe-php/lib/Exception/ApiConnectionException.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/stripe/stripe-php/lib/Exception/ApiConnectionException.php')
-rw-r--r--vendor/stripe/stripe-php/lib/Exception/ApiConnectionException.php24
1 files changed, 12 insertions, 12 deletions
diff --git a/vendor/stripe/stripe-php/lib/Exception/ApiConnectionException.php b/vendor/stripe/stripe-php/lib/Exception/ApiConnectionException.php
index 33f2ede..1abc974 100644
--- a/vendor/stripe/stripe-php/lib/Exception/ApiConnectionException.php
+++ b/vendor/stripe/stripe-php/lib/Exception/ApiConnectionException.php
@@ -1,12 +1,12 @@
-<?php
-
-namespace Stripe\Exception;
-
-/**
- * ApiConnection is thrown in the event that the SDK can't connect to Stripe's
- * servers. That can be for a variety of different reasons from a downed
- * network to a bad TLS certificate.
- */
-class ApiConnectionException extends ApiErrorException
-{
-}
+<?php
+
+namespace Stripe\Exception;
+
+/**
+ * ApiConnection is thrown in the event that the SDK can't connect to Stripe's
+ * servers. That can be for a variety of different reasons from a downed
+ * network to a bad TLS certificate.
+ */
+class ApiConnectionException extends ApiErrorException
+{
+}