Files
yogibook_aury_new/vendor/vlucas/phpdotenv/src/Exception/ExceptionInterface.php
T
2025-09-02 13:57:30 +02:00

13 lines
136 B
PHP

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