Files
core/vendor/psr/container/src/NotFoundExceptionInterface.php
T
Hide_D 21e7a4d966 Dep: update
주로 PHAN
2021-08-06 22:39:09 +09:00

11 lines
158 B
PHP

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