HOME


Mini Shell 1.0
DIR: /home/cardxfeb/public_html/vendor/vlucas/phpdotenv/src/Exception/
Upload File :
Current File : /home/cardxfeb/public_html/vendor/vlucas/phpdotenv/src/Exception/ExceptionInterface.php
<?php

declare(strict_types=1);

namespace Dotenv\Exception;

use Throwable;

interface ExceptionInterface extends Throwable
{
    //
}