File "NotFoundExceptionInterface.php"
Full path: E:/sites/Single15/tinmung2007/webroot/XAMMP/phpMyAdmin/vendor/psr/container/src/NotFoundExceptionInterface.php
File size: 158 B
MIME-type:
Charset: utf-8
<?php
namespace Psr\Container;
/**
* No entry was found in the container.
*/
interface NotFoundExceptionInterface extends ContainerExceptionInterface
{
}