File "ContainerExceptionInterface.php"
Full path: E:/sites/Single15/tinmung2007/webroot/XAMMP/phpMyAdmin/vendor/psr/container/src/ContainerExceptionInterface.php
File size: 150 B
MIME-type:
Charset: utf-8
<?php
namespace Psr\Container;
/**
* Base interface representing a generic exception in a container.
*/
interface ContainerExceptionInterface
{
}