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

Download   Open   Back

<?php

namespace Psr\Container;

/**
 * No entry was found in the container.
 */
interface NotFoundExceptionInterface extends ContainerExceptionInterface
{
}

PHP File Manager