Your IP : 3.128.94.112


Current Path : /home/lentoinv/test.lentoria.com/vendor/vlucas/phpdotenv/src/Exception/
Upload File :
Current File : //home/lentoinv/test.lentoria.com/vendor/vlucas/phpdotenv/src/Exception/ExceptionInterface.php

<?php

declare(strict_types=1);

namespace Dotenv\Exception;

use Throwable;

interface ExceptionInterface extends Throwable
{
    //
}

?>