Files
api.ampere/vendor/vlucas/phpdotenv/src/Exception/ExceptionInterface.php
2022-12-29 22:29:40 +01:00

12 lines
120 B
PHP

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