File "NotFoundExceptionInterface.php"
Full Path: /home/romayxjt/public_html/wp-content/plugins/the-events-calendar/common/vendor/vendor-prefixed/psr/container/src/NotFoundExceptionInterface.php
File size: 169 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace TEC\Common\Psr\Container;
/**
* No entry was found in the container.
*/
interface NotFoundExceptionInterface extends ContainerExceptionInterface
{
}