Files
itskp-odense/vendor/psr/container/src/NotFoundExceptionInterface.php
T
2021-06-01 10:17:03 +02:00

11 lines
158 B
PHP

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