Files
medicalalert-web-reloaded/wp/wp-content/plugins/imagify/classes/Dependencies/Psr/Container/NotFoundExceptionInterface.php
2024-09-25 09:25:31 -04:00

11 lines
179 B
PHP

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