added system

This commit is contained in:
dev-chiefworks
2024-09-01 23:43:50 -04:00
parent df3d016913
commit 558486d396
593 changed files with 114082 additions and 125 deletions
@@ -0,0 +1,11 @@
<?php
declare(strict_types=1);
namespace Laminas\Escaper\Exception;
use Throwable;
interface ExceptionInterface extends Throwable
{
}