Resources/Laminas/Escaper/Exception/ExceptionInterface.php
2023-06-25 12:48:02 +00:00

10 lines
123 B
PHP
Executable File

<?php
declare(strict_types=1);
namespace Laminas\Escaper\Exception;
interface ExceptionInterface extends \Throwable
{
}