geno/wp-content/plugins/woocommerce/lib/packages/Psr/Container/NotFoundExceptionInterface.php

11 lines
188 B
PHP
Raw Permalink Normal View History

2024-02-01 17:24:18 +05:30
<?php
namespace Automattic\WooCommerce\Vendor\Psr\Container;
/**
* No entry was found in the container.
*/
interface NotFoundExceptionInterface extends ContainerExceptionInterface
{
}