Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<?php
2
 
3
namespace Psr\Container;
4
 
5
/**
6
 * No entry was found in the container.
7
 */
8
interface NotFoundExceptionInterface extends ContainerExceptionInterface
9
{
10
}