Newer
Older
framework / system / ThirdParty / Escaper / Exception / ExceptionInterface.php
@MGatner MGatner on 7 Sep 2021 104 bytes Release v4.1.4
<?php

declare(strict_types=1);

namespace Laminas\Escaper\Exception;

interface ExceptionInterface
{
}