Файл: system/vendor/laminas/laminas-servicemanager/src/Exception/ExceptionInterface.php
Строк: 36
<?php
/**
* @see https://github.com/laminas/laminas-servicemanager for the canonical source repository
* @copyright https://github.com/laminas/laminas-servicemanager/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-servicemanager/blob/master/LICENSE.md New BSD License
*/
namespace LaminasServiceManagerException;
use InteropContainerExceptionContainerException;
/**
* Base exception for all LaminasServiceManager exceptions.
*/
interface ExceptionInterface extends ContainerException
{
}