diff options
Diffstat (limited to 'vendor/stripe/stripe-php/lib/Exception/OAuth/ExceptionInterface.php')
-rw-r--r-- | vendor/stripe/stripe-php/lib/Exception/OAuth/ExceptionInterface.php | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/vendor/stripe/stripe-php/lib/Exception/OAuth/ExceptionInterface.php b/vendor/stripe/stripe-php/lib/Exception/OAuth/ExceptionInterface.php index dd42662..bc1986f 100644 --- a/vendor/stripe/stripe-php/lib/Exception/OAuth/ExceptionInterface.php +++ b/vendor/stripe/stripe-php/lib/Exception/OAuth/ExceptionInterface.php @@ -1,10 +1,10 @@ -<?php - -namespace Stripe\Exception\OAuth; - -/** - * The base interface for all Stripe OAuth exceptions. - */ -interface ExceptionInterface extends \Stripe\Exception\ExceptionInterface -{ -} +<?php
+
+namespace Stripe\Exception\OAuth;
+
+/**
+ * The base interface for all Stripe OAuth exceptions.
+ */
+interface ExceptionInterface extends \Stripe\Exception\ExceptionInterface
+{
+}
|