| Current Path : /proc/thread-self/root/var/www/surf/TYPO3/vendor/psr/container/src/ |
| Current File : //proc/thread-self/root/var/www/surf/TYPO3/vendor/psr/container/src/ContainerExceptionInterface.php |
<?php
namespace Psr\Container;
use Throwable;
/**
* Base interface representing a generic exception in a container.
*/
interface ContainerExceptionInterface extends Throwable
{
}