« Back to History
ExceptionInterface.php
|
20260920_164915.php
Initial Domain Snapshot
Copy Code
<?php namespace WPForms\Vendor\Stripe\Exception\OAuth; /** * The base interface for all Stripe OAuth exceptions. */ interface ExceptionInterface extends \WPForms\Vendor\Stripe\Exception\ExceptionInterface { }