summaryrefslogtreecommitdiffstats
path: root/vendor/stripe/stripe-php/lib/Exception/OAuth/InvalidScopeException.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/stripe/stripe-php/lib/Exception/OAuth/InvalidScopeException.php')
-rw-r--r--vendor/stripe/stripe-php/lib/Exception/OAuth/InvalidScopeException.php20
1 files changed, 10 insertions, 10 deletions
diff --git a/vendor/stripe/stripe-php/lib/Exception/OAuth/InvalidScopeException.php b/vendor/stripe/stripe-php/lib/Exception/OAuth/InvalidScopeException.php
index 091729d..18c36c5 100644
--- a/vendor/stripe/stripe-php/lib/Exception/OAuth/InvalidScopeException.php
+++ b/vendor/stripe/stripe-php/lib/Exception/OAuth/InvalidScopeException.php
@@ -1,10 +1,10 @@
-<?php
-
-namespace Stripe\Exception\OAuth;
-
-/**
- * InvalidScopeException is thrown when an invalid scope parameter is provided.
- */
-class InvalidScopeException extends OAuthErrorException
-{
-}
+<?php
+
+namespace Stripe\Exception\OAuth;
+
+/**
+ * InvalidScopeException is thrown when an invalid scope parameter is provided.
+ */
+class InvalidScopeException extends OAuthErrorException
+{
+}