Files
apimacro/vendor/psr/container/src/NotFoundExceptionInterface.php
2024-08-13 13:44:16 +00:00

11 lines
158 B
PHP
Executable File

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