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

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
{
}