Files
GseTDDUebungKCLR/database/phpMyAdmin/vendor/thecodingmachine/safe/lib/Exceptions/SafeExceptionInterface.php
Riley Schneider b732d8d4b5 Initial Commit
2025-12-03 16:38:10 +01:00

10 lines
93 B
PHP

<?php
namespace Safe\Exceptions;
interface SafeExceptionInterface extends \Throwable
{
}