api.ampere/vendor/vlucas/phpdotenv/src/Exception/ExceptionInterface.php

12 lines
120 B
PHP

<?php
namespace Dotenv\Exception;
/**
* This is the exception interface.
*/
interface ExceptionInterface
{
//
}