Files
medicalalert-web-reloaded/wp/wp-content/plugins/woocommerce/lib/packages/Psr/Container/NotFoundExceptionInterface.php
Tony Volpe 4eb982d7a8 Merged in feature/from-pantheon (pull request #16)
code from pantheon

* code from pantheon
2024-01-10 17:03:02 +00:00

11 lines
188 B
PHP

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