Files
faveo/vendor/vlucas/phpdotenv/src/Exception/ExceptionInterface.php
2023-01-08 02:21:35 +05:30

13 lines
136 B
PHP

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