Your IP : 216.73.217.13


Current Path : /var/www/surf/TYPO3/vendor/psr/container/src/
Upload File :
Current File : /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
{
}