summaryrefslogtreecommitdiffstats
path: root/vendor/stripe/stripe-php/lib/Exception/UnknownApiErrorException.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/stripe/stripe-php/lib/Exception/UnknownApiErrorException.php')
-rw-r--r--vendor/stripe/stripe-php/lib/Exception/UnknownApiErrorException.php24
1 files changed, 12 insertions, 12 deletions
diff --git a/vendor/stripe/stripe-php/lib/Exception/UnknownApiErrorException.php b/vendor/stripe/stripe-php/lib/Exception/UnknownApiErrorException.php
index 7873bf8..2617979 100644
--- a/vendor/stripe/stripe-php/lib/Exception/UnknownApiErrorException.php
+++ b/vendor/stripe/stripe-php/lib/Exception/UnknownApiErrorException.php
@@ -1,12 +1,12 @@
-<?php
-
-namespace Stripe\Exception;
-
-/**
- * UnknownApiErrorException is thrown when the client library receives an
- * error from the API it doesn't know about. Receiving this error usually
- * means that your client library is outdated and should be upgraded.
- */
-class UnknownApiErrorException extends ApiErrorException
-{
-}
+<?php
+
+namespace Stripe\Exception;
+
+/**
+ * UnknownApiErrorException is thrown when the client library receives an
+ * error from the API it doesn't know about. Receiving this error usually
+ * means that your client library is outdated and should be upgraded.
+ */
+class UnknownApiErrorException extends ApiErrorException
+{
+}