Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/rector/rector/vendor/psr/container/src/
Upload File :
Current File : //home/rtorresani/www/vendor/rector/rector/vendor/psr/container/src/ContainerExceptionInterface.php

<?php

namespace RectorPrefix202304\Psr\Container;

use Throwable;
/**
 * Base interface representing a generic exception in a container.
 */
interface ContainerExceptionInterface extends Throwable
{
}