kb / vendor /psr /container /src /NotFoundExceptionInterface.php
Xv Zan
ULFS
e4f4821
raw
history blame contribute delete
158 Bytes
<?php
namespace Psr\Container;
/**
* No entry was found in the container.
*/
interface NotFoundExceptionInterface extends ContainerExceptionInterface
{
}