Просмотр файла vendor/vlucas/phpdotenv/src/Exception/ExceptionInterface.php

Размер файла: 120B
<?php

namespace Dotenv\Exception;

/**
 * This is the exception interface.
 */
interface ExceptionInterface
{
    //
}