Subversion-Projekte lars-tiefland.laravel_shop

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
148 lars 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
}