Files
jianbing/vendor/psr/container/src/NotFoundExceptionInterface.php
2025-05-06 17:51:37 +08:00

11 lines
158 B
PHP
Executable File

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