multi-store/vendor/vlucas/phpdotenv/src/Exception/ExceptionInterface.php
2024-05-31 09:27:37 +08:00

13 lines
136 B
PHP

<?php
declare(strict_types=1);
namespace Dotenv\Exception;
use Throwable;
interface ExceptionInterface extends Throwable
{
//
}