blob: 650bf464eb554870d9f983ee5f636e7d3789001b [file] [log] [blame]
<?php
namespace Psr\Container;
/**
* No entry was found in the container.
*/
interface NotFoundExceptionInterface extends ContainerExceptionInterface
{
}