site-accueil-insa/matomo/vendor/psr/container/src/NotFoundExceptionInterface.php

10 рядки
158 Б
PHP

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