Files
Document-Management-System-…/vendor/vlucas/phpdotenv/src/Exception/ExceptionInterface.php

9 lines
76 B
PHP
Raw Normal View History

2021-04-07 19:25:18 -04:00
<?php
namespace Dotenv\Exception;
interface ExceptionInterface
{
//
}