Files
budget_analyser/vendor/vlucas/phpdotenv/src/Exception/ExceptionInterface.php
TiclemFR 884eb3011a 🎉
2023-12-29 16:00:02 +01:00

13 lines
136 B
PHP

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