Your IP : 13.59.236.101


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

<?php

namespace Psr\Container;

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

?>