Files
2026-04-28 15:13:50 +02:00

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