Files
iTop/lib/laminas/laminas-stdlib/src/Exception/ExceptionInterface.php
2022-08-08 14:10:26 +02:00

13 lines
141 B
PHP

<?php
declare(strict_types=1);
namespace Laminas\Stdlib\Exception;
/**
* Exception marker interface
*/
interface ExceptionInterface
{
}