Files
arif_grafin/pma/vendor/thecodingmachine/safe/lib/Exceptions/SafeExceptionInterface.php
dev@siliconpin.com a3067c5ad4 first commit
2025-08-07 11:53:41 +05:30

10 lines
93 B
PHP

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