woocommerce-paypal-payments/lib/packages/Psr/Container/ContainerExceptionInterface.php
2022-11-09 10:19:34 +02:00

13 lines
282 B
PHP

<?php
/**
* @license http://www.opensource.org/licenses/mit-license.php MIT (see the LICENSE file)
*/
namespace WooCommerce\PayPalCommerce\Vendor\Psr\Container;
/**
* Base interface representing a generic exception in a container.
*/
interface ContainerExceptionInterface
{
}