Files
Chamilo/plugin/onlyoffice/vendor/vlucas/phpdotenv/src/Exception/ExceptionInterface.php
2025-08-14 22:39:38 +02:00

13 lines
136 B
PHP

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