Files
sistema_funcionando_lastwar/vendor/vlucas/phpdotenv/src/Exception/ExceptionInterface.php

13 lines
136 B
PHP
Executable File

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