summaryrefslogtreecommitdiffstats
path: root/vendor/stripe/stripe-php/lib/Exception/AuthenticationException.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/stripe/stripe-php/lib/Exception/AuthenticationException.php')
-rw-r--r--vendor/stripe/stripe-php/lib/Exception/AuthenticationException.php22
1 files changed, 11 insertions, 11 deletions
diff --git a/vendor/stripe/stripe-php/lib/Exception/AuthenticationException.php b/vendor/stripe/stripe-php/lib/Exception/AuthenticationException.php
index 9e5c718..bd9356b 100644
--- a/vendor/stripe/stripe-php/lib/Exception/AuthenticationException.php
+++ b/vendor/stripe/stripe-php/lib/Exception/AuthenticationException.php
@@ -1,11 +1,11 @@
-<?php
-
-namespace Stripe\Exception;
-
-/**
- * AuthenticationException is thrown when invalid credentials are used to
- * connect to Stripe's servers.
- */
-class AuthenticationException extends ApiErrorException
-{
-}
+<?php
+
+namespace Stripe\Exception;
+
+/**
+ * AuthenticationException is thrown when invalid credentials are used to
+ * connect to Stripe's servers.
+ */
+class AuthenticationException extends ApiErrorException
+{
+}