Full Path: /home/blwgracecity/jesusexp.org/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/psr/container/src/NotFoundExceptionInterface.php
<?php
namespace ElementorDeps\Psr\Container;
/**
* No entry was found in the container.
*/
interface NotFoundExceptionInterface extends ContainerExceptionInterface
{
}