woocommerce-paypal-payments/lib/packages/Psr/Container/NotFoundExceptionInterface.php
2026-04-16 09:15:28 +00:00

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