Files
tryno10/app/code/vendor/psr/container/src/NotFoundExceptionInterface.php
T
2022-04-07 16:21:17 +05:30

11 lines
158 B
PHP

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