D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
3023066
/
cwd
/
www
/
vendor
/
stripe
/
stripe-php
/
lib
/
Exception
/
OAuth
/
Filename :
ExceptionInterface.php
back
Copy
<?php namespace Stripe\Exception\OAuth; /** * The base interface for all Stripe OAuth exceptions. */ interface ExceptionInterface extends \Stripe\Exception\ExceptionInterface { }