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