Files
Document-Management-System-…/vendor/vlucas/phpdotenv/src/Exception/ExceptionInterface.php
2021-04-07 19:25:18 -04:00

9 lines
76 B
PHP

<?php
namespace Dotenv\Exception;
interface ExceptionInterface
{
//
}