Files
zlibproxy/vendor/vlucas/phpdotenv/src/Exception/ExceptionInterface.php
T
2023-01-02 19:56:44 +08:00

13 lines
136 B
PHP

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