Files
hzmys.hkpgsow.cn/vendor/psr/container/src/NotFoundExceptionInterface.php
gaofeng 6d9aee81aa 提交
2026-05-12 18:27:28 +08:00

11 lines
158 B
PHP

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