| Current Path : /home/rtorresani/www/vendor/laminas/laminas-servicemanager/src/Exception/ |
| 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
{
}