Files
medicalalert-web-reloaded/wp/wp-content/plugins/woocommerce/lib/packages/Psr/Container/NotFoundExceptionInterface.php
Rachit Bhargava 5d0f0734d8 first commit
2023-07-21 17:12:10 -04:00

11 lines
188 B
PHP

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