Your IP : 216.73.216.220


Current Path : /var/www/html/vendor/vlucas/phpdotenv/src/Exception/
Upload File :
Current File : /var/www/html/vendor/vlucas/phpdotenv/src/Exception/InvalidFileException.php

<?php

namespace Dotenv\Exception;

use InvalidArgumentException;

/**
 * This is the invalid file exception class.
 */
class InvalidFileException extends InvalidArgumentException implements ExceptionInterface
{
    //
}