Files
faveo/vendor/vlucas/phpdotenv/src/Exception/ExceptionInterface.php
2016-06-13 20:41:55 +05:30

12 lines
120 B
PHP

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