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

12 lines
120 B
PHP
Raw Normal View History

2022-12-29 22:29:40 +01:00
<?php
namespace Dotenv\Exception;
/**
* This is the exception interface.
*/
interface ExceptionInterface
{
//
}