Files
w4rpservices/vendor/vlucas/phpdotenv/src/Exception/ExceptionInterface.php
T
2018-10-15 00:37:28 -05:00

12 lines
120 B
PHP

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