mirror of
https://github.com/Karaka-Management/Resources.git
synced 2026-01-10 21:08:41 +00:00
10 lines
123 B
PHP
Executable File
10 lines
123 B
PHP
Executable File
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace Laminas\Escaper\Exception;
|
|
|
|
interface ExceptionInterface extends \Throwable
|
|
{
|
|
}
|