mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 14:57:26 +08:00
13 lines
290 B
PHP
13 lines
290 B
PHP
<?php
|
|
/**
|
|
* @license http://www.opensource.org/licenses/mit-license.php MIT (see the LICENSE file)
|
|
*/
|
|
|
|
namespace WooCommerce\PayPalCommerce\Vendor\Psr\Container;
|
|
|
|
/**
|
|
* No entry was found in the container.
|
|
*/
|
|
interface NotFoundExceptionInterface extends ContainerExceptionInterface
|
|
{
|
|
}
|