Files
masimmo.pl/modules/ps_metrics/vendor/psr/container/src/NotFoundExceptionInterface.php
2024-11-20 09:09:44 +01:00

11 lines
173 B
PHP

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