Your IP : 216.73.216.220


Current Path : /home/rtorresani/www/vendor/laminas/laminas-servicemanager/src/Exception/
Upload File :
Current File : //home/rtorresani/www/vendor/laminas/laminas-servicemanager/src/Exception/ExceptionInterface.php

<?php

declare(strict_types=1);

namespace Laminas\ServiceManager\Exception;

use Psr\Container\ContainerExceptionInterface;

/**
 * Base exception for all Laminas\ServiceManager exceptions.
 */
interface ExceptionInterface extends ContainerExceptionInterface
{
}