Files
apimacro/vendor/psr/container/src/NotFoundExceptionInterface.php

11 lines
158 B
PHP
Raw Normal View History

2024-05-07 12:17:25 +02:00
<?php
namespace Psr\Container;
/**
* No entry was found in the container.
*/
interface NotFoundExceptionInterface extends ContainerExceptionInterface
{
}