View file vendor/vlucas/phpdotenv/src/Exception/ExceptionInterface.php

File size: 120B
<?php

namespace Dotenv\Exception;

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