woocommerce-paypal-payments/lib/packages/Psr/Container/NotFoundExceptionInterface.php
2023-11-23 17:43:56 +00:00

10 lines
192 B
PHP

<?php
namespace WooCommerce\PayPalCommerce\Vendor\Psr\Container;
/**
* No entry was found in the container.
*/
interface NotFoundExceptionInterface extends ContainerExceptionInterface
{
}