File "NotFoundExceptionInterface.php"
Full Path: /home/digidjwy/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/NotFoundExceptionInterface.php
File size: 205 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace YoastSEO_Vendor\Psr\Container;
/**
* No entry was found in the container.
*/
interface NotFoundExceptionInterface extends \YoastSEO_Vendor\Psr\Container\ContainerExceptionInterface
{
}