diff options
Diffstat (limited to 'vendor/stripe/stripe-php/lib/Exception/OAuth/UnknownOAuthErrorException.php')
-rw-r--r-- | vendor/stripe/stripe-php/lib/Exception/OAuth/UnknownOAuthErrorException.php | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/vendor/stripe/stripe-php/lib/Exception/OAuth/UnknownOAuthErrorException.php b/vendor/stripe/stripe-php/lib/Exception/OAuth/UnknownOAuthErrorException.php index c8dba29..f1d6f94 100644 --- a/vendor/stripe/stripe-php/lib/Exception/OAuth/UnknownOAuthErrorException.php +++ b/vendor/stripe/stripe-php/lib/Exception/OAuth/UnknownOAuthErrorException.php @@ -1,12 +1,12 @@ -<?php - -namespace Stripe\Exception\OAuth; - -/** - * UnknownApiErrorException is thrown when the client library receives an - * error from the OAuth API it doesn't know about. Receiving this error usually - * means that your client library is outdated and should be upgraded. - */ -class UnknownOAuthErrorException extends OAuthErrorException -{ -} +<?php
+
+namespace Stripe\Exception\OAuth;
+
+/**
+ * UnknownApiErrorException is thrown when the client library receives an
+ * error from the OAuth API it doesn't know about. Receiving this error usually
+ * means that your client library is outdated and should be upgraded.
+ */
+class UnknownOAuthErrorException extends OAuthErrorException
+{
+}
|