| Current Path : /home/rtorresani/www/vendor/rector/rector/vendor/psr/container/src/ |
| 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
{
}