?? GreyFile — Mystic File Browser

Current path: home/webdevt/prestashop17/modules/ps_metrics/vendor/vlucas/phpdotenv/src/Exception/



?? Go up: /home/webdevt/prestashop17/modules/ps_metrics/vendor/vlucas/phpdotenv/src

?? Viewing: InvalidFileException.php

<?php

namespace Dotenv\Exception;

use InvalidArgumentException;

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


??

??