Files
-S.I.S-QuaySo_v2/vendor/psr/container/src/NotFoundExceptionInterface.php
T
2026-03-26 09:28:14 +07:00

11 lines
168 B
PHP

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