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 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/vendor/stripe/stripe-php/lib/Exception/OAuth/ExceptionInterface.php b/vendor/stripe/stripe-php/lib/Exception/OAuth/ExceptionInterface.php new file mode 100644 index 0000000..dd42662 --- /dev/null +++ b/vendor/stripe/stripe-php/lib/Exception/OAuth/ExceptionInterface.php @@ -0,0 +1,10 @@ +<?php + +namespace Stripe\Exception\OAuth; + +/** + * The base interface for all Stripe OAuth exceptions. + */ +interface ExceptionInterface extends \Stripe\Exception\ExceptionInterface +{ +} |