summaryrefslogtreecommitdiffstats
path: root/vendor/stripe/stripe-php/lib/Exception/OAuth/UnsupportedResponseTypeException.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/stripe/stripe-php/lib/Exception/OAuth/UnsupportedResponseTypeException.php')
-rw-r--r--vendor/stripe/stripe-php/lib/Exception/OAuth/UnsupportedResponseTypeException.php22
1 files changed, 11 insertions, 11 deletions
diff --git a/vendor/stripe/stripe-php/lib/Exception/OAuth/UnsupportedResponseTypeException.php b/vendor/stripe/stripe-php/lib/Exception/OAuth/UnsupportedResponseTypeException.php
index 26742a8..58502d0 100644
--- a/vendor/stripe/stripe-php/lib/Exception/OAuth/UnsupportedResponseTypeException.php
+++ b/vendor/stripe/stripe-php/lib/Exception/OAuth/UnsupportedResponseTypeException.php
@@ -1,11 +1,11 @@
-<?php
-
-namespace Stripe\Exception\OAuth;
-
-/**
- * UnsupportedResponseTypeException is thrown when an unsupported response type
- * parameter is specified.
- */
-class UnsupportedResponseTypeException extends OAuthErrorException
-{
-}
+<?php
+
+namespace Stripe\Exception\OAuth;
+
+/**
+ * UnsupportedResponseTypeException is thrown when an unsupported response type
+ * parameter is specified.
+ */
+class UnsupportedResponseTypeException extends OAuthErrorException
+{
+}