all-in-one/php/vendor/psr/container/src/NotFoundExceptionInterface.php
2021-11-30 11:20:42 +01:00

10 lines
158 B
PHP

<?php
namespace Psr\Container;
/**
* No entry was found in the container.
*/
interface NotFoundExceptionInterface extends ContainerExceptionInterface
{
}