mirror of
https://gh.wpcy.net/https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2026-04-26 01:14:19 +08:00
10 lines
241 B
PHP
10 lines
241 B
PHP
<?php
|
|
|
|
namespace WooCommerce\PayPalCommerce\Vendor\Psr\Container;
|
|
|
|
/**
|
|
* No entry was found in the container.
|
|
*/
|
|
interface NotFoundExceptionInterface extends \WooCommerce\PayPalCommerce\Vendor\Psr\Container\ContainerExceptionInterface
|
|
{
|
|
}
|