File "NotFoundExceptionInterface.php"
Full Path: /home/romayxjt/public_html/wp-content/plugins/kadence-starter-templates/vendor/vendor-prefixed/psr/container/src/NotFoundExceptionInterface.php
File size: 285 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* @license MIT
*
* Modified using {@see https://github.com/BrianHenryIE/strauss}.
*/
namespace KadenceWP\KadenceStarterTemplates\Psr\Container;
/**
* No entry was found in the container.
*/
interface NotFoundExceptionInterface extends ContainerExceptionInterface
{
}