Your IP : 18.223.159.237


Current Path : /home/lentoinv/test.lentoria.com/vendor/psr/container/src/
Upload File :
Current File : /home/lentoinv/test.lentoria.com/vendor/psr/container/src/NotFoundExceptionInterface.php

<?php

namespace Psr\Container;

/**
 * No entry was found in the container.
 */
interface NotFoundExceptionInterface extends ContainerExceptionInterface
{
}

?>